#33baa4

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

Shades of Light Sea Green #33BAA4

Tints of Light Sea Green #33BAA4

Color information

#33BAA4 (or 0x33BAA4) is unknown color: approx Light Sea Green. HEX triplet: 33, BA and A4. RGB value is (51,186,164). Sum of RGB (Red+Green+Blue) = 51+186+164=401 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.72% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 164 (64.45% from 255 or 40.90% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #33BAA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BAA4 is #CC455B. Grayscale: #8F8F8F. Windows color (decimal): -13387100 or 10795571. OLE color: 10795571.

HSL color Cylindrical-coordinate representation of color #33BAA4: hue angle of 170.22º 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 #33BAA4 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB51186164-
CMYK0.7300.120.27
HSL170.22º56.96%46.47%-
HSV(B)170.22º72.58%72.94%-
XYZ25.6238.541.2-
YUV143.13139.7762.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.72%
GREEN value IS 186 (73.05% from 255) = 46.38%
BLUE value IS 164 (64.45% from 255) = 40.90%
R=12.72%
G=46.38%
B=40.90%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal511861640.7300.120.27170.2256.9646.47
Hex33BAA4490C1Baa392e
Octal63272244111014332527156
Binary11001110111010101001001001001011001101110101010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33baa4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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