Html Css Color HEX #33988F Java

📋 copy color: '#33988F'

red 51 ◦ green 152 ◦ blue 143

#33988F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #33988F

Tints of Java #33988F

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 value IS 0.66

 M value IS 0

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#33988F (or 0x33988F) is known color: 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

RGB 51 152 143 -
CMYK 0.66 0 0.06 0.40
HSL 174.65º 0.5% 0.4% -
HSV(B) 174.65º 0.66% 0.6% -
XYZ 17.55 25.14 29.91 -
YUV 120.78 140.54 78.23 -
System Red Green Blue C M Y K H S L
Decimal 51 152 143 0.66 0 0.06 0.40 174.65 0.5 0.4
Hex 33 98 8F 42 0 6 28 AF 32 28
Octal 63 230 217 102 0 6 50 257 62 50
Binary 110011 10011000 10001111 1000010 0 110 101000 10101111 110010 101000

Color Harmonies of #33988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33988F

Black with #33988F

Text Example


Text Example

White with #33988F

Text Example


Text Example

HTML Codes & Css Web 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>