Html Css Color HEX #33A49B Java

📋 copy color: '#33A49B'

red 51 ◦ green 164 ◦ blue 155

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

Shades of Java #33A49B

Tints of Java #33A49B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.32%

 BLUE value IS 155 (60.94% from 255) = 41.89%

R = 13.78%
G = 44.32%
B = 41.89%

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

#33A49B (or 0x33A49B) is known color: Java. HEX triplet: 33, A4 and 9B. RGB value is (51,164,155). Sum of RGB (Red+Green+Blue) = 51+164+155=370 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.78% from 370); Green value is 164 (64.45% from 255 or 44.32% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 164 - color contains mainly: green. Hex color #33A49B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A49B is #CC5B64. Grayscale: #818181. Windows color (decimal): -13392741 or 10200115. OLE color: 10200115.

HSL color Cylindrical-coordinate representation of color #33A49B: hue angle of 175.22º degrees, saturation: 0.53, 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 #33A49B is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 51 164 155 -
CMYK 0.69 0 0.05 0.36
HSL 175.22º 0.53% 0.42% -
HSV(B) 175.22º 0.69% 0.64% -
XYZ 20.56 29.62 35.64 -
YUV 129.19 142.56 72.23 -
System Red Green Blue C M Y K H S L
Decimal 51 164 155 0.69 0 0.05 0.36 175.22 0.53 0.42
Hex 33 A4 9B 45 0 5 24 AF 35 2A
Octal 63 244 233 105 0 5 44 257 65 52
Binary 110011 10100100 10011011 1000101 0 101 100100 10101111 110101 101010

Color Harmonies of #33A49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33A49B

Black with #33A49B

Text Example


Text Example

White with #33A49B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,164,155); }

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

background-color css

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

 a { background-color: rgb(51,164,155); }

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

border-color css

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

 span { border-color: rgb(51,164,155); }

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