Html Css Color HEX #33AAAC Light Sea Green

📋 copy color: '#33AAAC'

red 51 ◦ green 170 ◦ blue 172

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

Shades of Light Sea Green #33AAAC

Tints of Light Sea Green #33AAAC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.26%

 BLUE value IS 172 (67.58% from 255) = 43.77%

R = 12.98%
G = 43.26%
B = 43.77%

CMYK

 C value IS 0.70

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#33AAAC (or 0x33AAAC) is known color: Light Sea Green. HEX triplet: 33, AA and AC. RGB value is (51,170,172). Sum of RGB (Red+Green+Blue) = 51+170+172=393 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.98% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #33AAAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33AAAC is #CC5553. Grayscale: #868686. Windows color (decimal): -13391188 or 11315763. OLE color: 11315763.

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

Color convert

RGB 51 170 172 -
CMYK 0.70 0.01 0 0.33
HSL 180.99º 0.54% 0.44% -
HSV(B) 180.99º 0.7% 0.67% -
XYZ 23.19 32.43 44.07 -
YUV 134.65 149.08 68.34 -
System Red Green Blue C M Y K H S L
Decimal 51 170 172 0.70 0.01 0 0.33 180.99 0.54 0.44
Hex 33 AA AC 46 1 0 21 B5 36 2C
Octal 63 252 254 106 1 0 41 265 66 54
Binary 110011 10101010 10101100 1000110 1 0 100001 10110101 110110 101100

Color Harmonies of #33AAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33AAAC

Black with #33AAAC

Text Example


Text Example

White with #33AAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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