#33baac

Color #33BAAC Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #33BAAC

Tints of Light Sea Green #33BAAC

Color information

#33BAAC (or 0x33BAAC) is unknown color: approx Light Sea Green. HEX triplet: 33, BA and AC. RGB value is (51,186,172). Sum of RGB (Red+Green+Blue) = 51+186+172=409 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.47% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 186 - color contains mainly: green. Hex color #33BAAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BAAC is #CC4553. Grayscale: #8F8F8F. Windows color (decimal): -13387092 or 11319859. OLE color: 11319859.

HSL color Cylindrical-coordinate representation of color #33BAAC: hue angle of 173.78º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BAAC is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB51186172-
CMYK0.7300.080.27
HSL173.78º56.96%46.47%-
HSV(B)173.78º72.58%72.94%-
XYZ26.3738.845.13-
YUV144.04143.7761.64-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.47%
GREEN value IS 186 (73.05% from 255) = 45.48%
BLUE value IS 172 (67.58% from 255) = 42.05%
R=12.47%
G=45.48%
B=42.05%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal511861720.7300.080.27173.7856.9646.47
Hex33BAAC49081Bae392e
Octal63272254111010332567156
Binary11001110111010101011001001001010001101110101110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33baac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #33baac;
 }
 .AnyTagClassName
 {
   color: #33baac;
 }
</style>
background-color css

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

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

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

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

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

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