#30A19E

Color #30A19E Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #30A19E

Tints of Java #30A19E

Color information

#30A19E (or 0x30A19E) is unknown color: approx Java. HEX triplet: 30, A1 and 9E. RGB value is (48,161,158). Sum of RGB (Red+Green+Blue) = 48+161+158=367 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.08% from 367); Green value is 161 (63.28% from 255 or 43.87% from 367); Blue value is 158 (62.11% from 255 or 43.05% from 367); Max value from RGB is 161 - color contains mainly: green. Hex color #30A19E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A19E is #CF5E61. Grayscale: #7E7E7E. Windows color (decimal): -13590114 or 10395952. OLE color: 10395952.

HSL color Cylindrical-coordinate representation of color #30A19E: hue angle of 178.41º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30A19E is Cyan = 0.70, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB48161158-
CMYK0.7000.020.37
HSL178.41º54.07%40.98%-
HSV(B)178.41º70.19%63.14%-
XYZ20.1428.5936.8-
YUV126.87145.5671.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 13.08%
GREEN value IS 161 (63.28% from 255) = 43.87%
BLUE value IS 158 (62.11% from 255) = 43.05%
R=13.08%
G=43.87%
B=43.05%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal481611580.7000.020.37178.4154.0740.98
Hex30A19E460225b23629
Octal6024123610602452626651
Binary1100001010000110011110100011001010010110110010110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30A19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30A19E; }

 p { color: rgb(48,161,158); }

 H1.HeaderClassName
 {
   color: #30A19E;
 }
 .AnyTagClassName
 {
   color: #30A19E;
 }
</style>
background-color css

<style>
 a { background-color: #30A19E; }

 a { background-color: rgb(48,161,158); }

 div.DivClassName
 {
   background-color: #30A19E;
 }
 .BgClassName
 {
   background-color: #30A19E;
 }
</style>
border-color css

<style>
 span { border-color: #30A19E; }

 span { border-color: rgb(48,161,158); }

 td.TdClassName
 {
   border-color: #30A19E;
 }
 .TagClassName
 {
   border-color: #30A19E;
 }
</style>