#33B6BD

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

Shades of Light Sea Green #33B6BD

Tints of Light Sea Green #33B6BD

Color information

#33B6BD (or 0x33B6BD) is unknown color: approx Light Sea Green. HEX triplet: 33, B6 and BD. RGB value is (51,182,189). Sum of RGB (Red+Green+Blue) = 51+182+189=422 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.09% from 422); Green value is 182 (71.48% from 255 or 43.13% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 189 - color contains mainly: blue. Hex color #33B6BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33B6BD is #CC4942. Grayscale: #8F8F8F. Windows color (decimal): -13388099 or 12432947. OLE color: 12432947.

HSL color Cylindrical-coordinate representation of color #33B6BD: hue angle of 183.04º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33B6BD is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB51182189-
CMYK0.730.0400.26
HSL183.04º57.5%47.06%-
HSV(B)183.04º73.02%74.12%-
XYZ27.2837.8354.01-
YUV143.63153.661.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.09%
GREEN value IS 182 (71.48% from 255) = 43.13%
BLUE value IS 189 (74.22% from 255) = 44.79%
R=12.09%
G=43.13%
B=44.79%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal511821890.730.0400.26183.0457.547.06
Hex33B6BD49401Ab73a2f
Octal6326627511140322677257
Binary1100111011011010111101100100110001101010110111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,182,189); }

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

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

 a { background-color: rgb(51,182,189); }

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

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

 span { border-color: rgb(51,182,189); }

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