#33B4B0

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

Shades of Light Sea Green #33B4B0

Tints of Light Sea Green #33B4B0

Color information

#33B4B0 (or 0x33B4B0) is unknown color: approx Light Sea Green. HEX triplet: 33, B4 and B0. RGB value is (51,180,176). Sum of RGB (Red+Green+Blue) = 51+180+176=407 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.53% from 407); Green value is 180 (70.70% from 255 or 44.23% from 407); Blue value is 176 (69.14% from 255 or 43.24% from 407); Max value from RGB is 180 - color contains mainly: green. Hex color #33B4B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33B4B0 is #CC4B4F. Grayscale: #8C8C8C. Windows color (decimal): -13388624 or 11580467. OLE color: 11580467.

HSL color Cylindrical-coordinate representation of color #33B4B0: hue angle of 178.14º 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 #33B4B0 is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB51180176-
CMYK0.7200.020.29
HSL178.14º55.84%45.29%-
HSV(B)178.14º71.67%70.59%-
XYZ25.5236.4846.77-
YUV140.97147.7663.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.53%
GREEN value IS 180 (70.70% from 255) = 44.23%
BLUE value IS 176 (69.14% from 255) = 43.24%
R=12.53%
G=44.23%
B=43.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal511801760.7200.020.29178.1455.8445.29
Hex33B4B048021Db2382d
Octal6326426011002352627055
Binary110011101101001011000010010000101110110110010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B4B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,180,176); }

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

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

 a { background-color: rgb(51,180,176); }

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

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

 span { border-color: rgb(51,180,176); }

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