#339E99

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

Shades of Java #339E99

Tints of Java #339E99

Color information

#339E99 (or 0x339E99) is unknown color: approx Java. HEX triplet: 33, 9E and 99. RGB value is (51,158,153). Sum of RGB (Red+Green+Blue) = 51+158+153=362 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.09% from 362); Green value is 158 (62.11% from 255 or 43.65% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 158 - color contains mainly: green. Hex color #339E99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #339E99 is #CC6166. Grayscale: #7D7D7D. Windows color (decimal): -13394279 or 10067507. OLE color: 10067507.

HSL color Cylindrical-coordinate representation of color #339E99: hue angle of 177.2º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #339E99 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB51158153-
CMYK0.6800.030.38
HSL177.2º51.2%40.98%-
HSV(B)177.2º67.72%61.96%-
XYZ19.3427.4634.42-
YUV125.44143.5574.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.09%
GREEN value IS 158 (62.11% from 255) = 43.65%
BLUE value IS 153 (60.16% from 255) = 42.27%
R=14.09%
G=43.65%
B=42.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal511581530.6800.030.38177.251.240.98
Hex339E99440326b13329
Octal6323623110403462616351
Binary1100111001111010011001100010001110011010110001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339E99; }

 p { color: rgb(51,158,153); }

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

<style>
 a { background-color: #339E99; }

 a { background-color: rgb(51,158,153); }

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

<style>
 span { border-color: #339E99; }

 span { border-color: rgb(51,158,153); }

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