Html Css Color HEX #33A29A Java

📋 copy color: '#33A29A'

red 51 ◦ green 162 ◦ blue 154

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

Shades of Java #33A29A

Tints of Java #33A29A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.14%

 BLUE value IS 154 (60.55% from 255) = 41.96%

R = 13.9%
G = 44.14%
B = 41.96%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#33A29A (or 0x33A29A) is known color: Java. HEX triplet: 33, A2 and 9A. RGB value is (51,162,154). Sum of RGB (Red+Green+Blue) = 51+162+154=367 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.90% from 367); Green value is 162 (63.67% from 255 or 44.14% from 367); Blue value is 154 (60.55% from 255 or 41.96% from 367); Max value from RGB is 162 - color contains mainly: green. Hex color #33A29A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A29A is #CC5D65. Grayscale: #7F7F7F. Windows color (decimal): -13393254 or 10134067. OLE color: 10134067.

HSL color Cylindrical-coordinate representation of color #33A29A: hue angle of 175.68º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #33A29A is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 51 162 154 -
CMYK 0.69 0 0.05 0.36
HSL 175.68º 0.52% 0.42% -
HSV(B) 175.68º 0.69% 0.64% -
XYZ 20.12 28.88 35.09 -
YUV 127.9 142.73 73.15 -
System Red Green Blue C M Y K H S L
Decimal 51 162 154 0.69 0 0.05 0.36 175.68 0.52 0.42
Hex 33 A2 9A 45 0 5 24 B0 34 2A
Octal 63 242 232 105 0 5 44 260 64 52
Binary 110011 10100010 10011010 1000101 0 101 100100 10110000 110100 101010

Color Harmonies of #33A29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33A29A

Black with #33A29A

Text Example


Text Example

White with #33A29A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,162,154); }

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

background-color css

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

 a { background-color: rgb(51,162,154); }

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

border-color css

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

 span { border-color: rgb(51,162,154); }

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