#33B5A0

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

Shades of Light Sea Green #33B5A0

Tints of Light Sea Green #33B5A0

Color information

#33B5A0 (or 0x33B5A0) is unknown color: approx Light Sea Green. HEX triplet: 33, B5 and A0. RGB value is (51,181,160). Sum of RGB (Red+Green+Blue) = 51+181+160=392 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.01% from 392); Green value is 181 (71.09% from 255 or 46.17% from 392); Blue value is 160 (62.89% from 255 or 40.82% from 392); Max value from RGB is 181 - color contains mainly: green. Hex color #33B5A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33B5A0 is #CC4A5F. Grayscale: #8B8B8B. Windows color (decimal): -13388384 or 10532147. OLE color: 10532147.

HSL color Cylindrical-coordinate representation of color #33B5A0: hue angle of 170.31º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33B5A0 is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB51181160-
CMYK0.7200.120.29
HSL170.31º56.03%45.49%-
HSV(B)170.31º71.82%70.98%-
XYZ24.2336.2938.99-
YUV139.74139.4364.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.01%
GREEN value IS 181 (71.09% from 255) = 46.17%
BLUE value IS 160 (62.89% from 255) = 40.82%
R=13.01%
G=46.17%
B=40.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal511811600.7200.120.29170.3156.0345.49
Hex33B5A0480C1Daa382d
Octal63265240110014352527055
Binary11001110110101101000001001000011001110110101010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,181,160); }

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

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

 a { background-color: rgb(51,181,160); }

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

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

 span { border-color: rgb(51,181,160); }

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