#33988F

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

Shades of Java #33988F

Tints of Java #33988F

Color information

#33988F (or 0x33988F) is unknown color: approx Java. HEX triplet: 33, 98 and 8F. RGB value is (51,152,143). Sum of RGB (Red+Green+Blue) = 51+152+143=346 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.74% from 346); Green value is 152 (59.77% from 255 or 43.93% from 346); Blue value is 143 (56.25% from 255 or 41.33% from 346); Max value from RGB is 152 - color contains mainly: green. Hex color #33988F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33988F is #CC6770. Grayscale: #787878. Windows color (decimal): -13395825 or 9410611. OLE color: 9410611.

HSL color Cylindrical-coordinate representation of color #33988F: hue angle of 174.65º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33988F is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB51152143-
CMYK0.6600.060.40
HSL174.65º49.75%39.8%-
HSV(B)174.65º66.45%59.61%-
XYZ17.5525.1429.91-
YUV120.77140.5478.23-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.74%
GREEN value IS 152 (59.77% from 255) = 43.93%
BLUE value IS 143 (56.25% from 255) = 41.33%
R=14.74%
G=43.93%
B=41.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal511521430.6600.060.40174.6549.7539.8
Hex33988F420628af3228
Octal6323021710206502576250
Binary11001110011000100011111000010011010100010101111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33988F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33988F; }

 p { color: rgb(51,152,143); }

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

<style>
 a { background-color: #33988F; }

 a { background-color: rgb(51,152,143); }

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

<style>
 span { border-color: #33988F; }

 span { border-color: rgb(51,152,143); }

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