Html Css Color HEX #33A8AA Light Sea Green

📋 copy color: '#33A8AA'

red 51 ◦ green 168 ◦ blue 170

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

Shades of Light Sea Green #33A8AA

Tints of Light Sea Green #33A8AA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.19%

 BLUE value IS 170 (66.8% from 255) = 43.7%

R = 13.11%
G = 43.19%
B = 43.7%

CMYK

 C value IS 0.7

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#33A8AA (or 0x33A8AA) is known color: Light Sea Green. HEX triplet: 33, A8 and AA. RGB value is (51,168,170). Sum of RGB (Red+Green+Blue) = 51+168+170=389 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.11% from 389); Green value is 168 (66.02% from 255 or 43.19% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: blue. Hex color #33A8AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33A8AA is #CC5755. Grayscale: #858585. Windows color (decimal): -13391702 or 11184179. OLE color: 11184179.

HSL color Cylindrical-coordinate representation of color #33A8AA: hue angle of 181.01º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #33A8AA is Cyan = 0.7, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 168 170 -
CMYK 0.7 0.01 0 0.33
HSL 181.01º 0.54% 0.43% -
HSV(B) 181.01º 0.7% 0.67% -
XYZ 22.62 31.61 42.94 -
YUV 133.25 148.74 69.34 -
System Red Green Blue C M Y K H S L
Decimal 51 168 170 0.7 0.01 0 0.33 181.01 0.54 0.43
Hex 33 A8 AA 46 1 0 21 B5 36 2B
Octal 63 250 252 106 1 0 41 265 66 53
Binary 110011 10101000 10101010 1000110 1 0 100001 10110101 110110 101011

Color Harmonies of #33A8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33A8AA

Black with #33A8AA

Text Example


Text Example

White with #33A8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,168,170); }

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

background-color css

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

 a { background-color: rgb(51,168,170); }

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

border-color css

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

 span { border-color: rgb(51,168,170); }

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