#33b2ba

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

Shades of Light Sea Green #33B2BA

Tints of Light Sea Green #33B2BA

Color information

#33B2BA (or 0x33B2BA) is unknown color: approx Light Sea Green. HEX triplet: 33, B2 and BA. RGB value is (51,178,186). Sum of RGB (Red+Green+Blue) = 51+178+186=415 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.29% from 415); Green value is 178 (69.92% from 255 or 42.89% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #33B2BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33B2BA is #CC4D45. Grayscale: #8C8C8C. Windows color (decimal): -13389126 or 12235315. OLE color: 12235315.

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

Color convert

RGB51178186-
CMYK0.730.0400.27
HSL183.56º56.96%46.47%-
HSV(B)183.56º72.58%72.94%-
XYZ26.1536.0952.04-
YUV140.94153.4263.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.29%
GREEN value IS 178 (69.92% from 255) = 42.89%
BLUE value IS 186 (73.05% from 255) = 44.82%
R=12.29%
G=42.89%
B=44.82%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal511781860.730.0400.27183.5656.9646.47
Hex33B2BA49401Bb8392e
Octal6326227211140332707156
Binary1100111011001010111010100100110001101110111000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33b2ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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