Html Css Color HEX #33A5A0 Java

📋 copy color: '#33A5A0'

red 51 ◦ green 165 ◦ blue 160

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

Shades of Java #33A5A0

Tints of Java #33A5A0

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.88%

 BLUE value IS 160 (62.89% from 255) = 42.55%

R = 13.56%
G = 43.88%
B = 42.55%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#33A5A0 (or 0x33A5A0) is known color: Java. HEX triplet: 33, A5 and A0. RGB value is (51,165,160). Sum of RGB (Red+Green+Blue) = 51+165+160=376 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.56% from 376); Green value is 165 (64.84% from 255 or 43.88% from 376); Blue value is 160 (62.89% from 255 or 42.55% from 376); Max value from RGB is 165 - color contains mainly: green. Hex color #33A5A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A5A0 is #CC5A5F. Grayscale: #828282. Windows color (decimal): -13392480 or 10528051. OLE color: 10528051.

HSL color Cylindrical-coordinate representation of color #33A5A0: hue angle of 177.37º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #33A5A0 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB 51 165 160 -
CMYK 0.69 0 0.03 0.35
HSL 177.37º 0.53% 0.42% -
HSV(B) 177.37º 0.69% 0.65% -
XYZ 21.17 30.15 37.96 -
YUV 130.34 144.73 71.41 -
System Red Green Blue C M Y K H S L
Decimal 51 165 160 0.69 0 0.03 0.35 177.37 0.53 0.42
Hex 33 A5 A0 45 0 3 23 B1 35 2A
Octal 63 245 240 105 0 3 43 261 65 52
Binary 110011 10100101 10100000 1000101 0 11 100011 10110001 110101 101010

Color Harmonies of #33A5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33A5A0

Black with #33A5A0

Text Example


Text Example

White with #33A5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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