Html Css Color HEX #33A09C Java

📋 copy color: '#33A09C'

red 51 ◦ green 160 ◦ blue 156

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

Shades of Java #33A09C

Tints of Java #33A09C

RGB

 RED value IS 51 (20.31% from 255) = 13.9%

 GREEN value IS 160 (62.89% from 255) = 43.6%

 BLUE value IS 156 (61.33% from 255) = 42.51%

R = 13.9%
G = 43.6%
B = 42.51%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#33A09C (or 0x33A09C) is known color: Java. HEX triplet: 33, A0 and 9C. RGB value is (51,160,156). Sum of RGB (Red+Green+Blue) = 51+160+156=367 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.90% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 160 - color contains mainly: green. Hex color #33A09C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A09C is #CC5F63. Grayscale: #7E7E7E. Windows color (decimal): -13393764 or 10264627. OLE color: 10264627.

HSL color Cylindrical-coordinate representation of color #33A09C: hue angle of 177.8º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33A09C is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB 51 160 156 -
CMYK 0.68 0 0.02 0.37
HSL 177.8º 0.52% 0.41% -
HSV(B) 177.8º 0.68% 0.63% -
XYZ 19.94 28.25 35.85 -
YUV 126.95 144.39 73.83 -
System Red Green Blue C M Y K H S L
Decimal 51 160 156 0.68 0 0.02 0.37 177.8 0.52 0.41
Hex 33 A0 9C 44 0 2 25 B2 34 29
Octal 63 240 234 104 0 2 45 262 64 51
Binary 110011 10100000 10011100 1000100 0 10 100101 10110010 110100 101001

Color Harmonies of #33A09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33A09C

Black with #33A09C

Text Example


Text Example

White with #33A09C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33A09C; }

 p { color: rgb(51,160,156); }

 H1.HeaderClassName
 {
   color: #33A09C;
 }
 .AnyTagClassName
 {
   color: #33A09C;
 }
</style>

background-color css

<style>
 a { background-color: #33A09C; }

 a { background-color: rgb(51,160,156); }

 div.DivClassName
 {
   background-color: #33A09C;
 }
 .BgClassName
 {
   background-color: #33A09C;
 }
</style>

border-color css

<style>
 span { border-color: #33A09C; }

 span { border-color: rgb(51,160,156); }

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