#33BFB9

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

Shades of Light Sea Green #33BFB9

Tints of Light Sea Green #33BFB9

Color information

#33BFB9 (or 0x33BFB9) is unknown color: approx Light Sea Green. HEX triplet: 33, BF and B9. RGB value is (51,191,185). Sum of RGB (Red+Green+Blue) = 51+191+185=427 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.94% from 427); Green value is 191 (75% from 255 or 44.73% from 427); Blue value is 185 (72.66% from 255 or 43.33% from 427); Max value from RGB is 191 - color contains mainly: green. Hex color #33BFB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BFB9 is #CC4046. Grayscale: #949494. Windows color (decimal): -13385799 or 12173107. OLE color: 12173107.

HSL color Cylindrical-coordinate representation of color #33BFB9: hue angle of 177.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BFB9 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB51191185-
CMYK0.7300.030.25
HSL177.43º57.85%47.45%-
HSV(B)177.43º73.3%74.9%-
XYZ28.7541.4752.39-
YUV148.46148.6258.49-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.94%
GREEN value IS 191 (75% from 255) = 44.73%
BLUE value IS 185 (72.66% from 255) = 43.33%
R=11.94%
G=44.73%
B=43.33%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal511911850.7300.030.25177.4357.8547.45
Hex33BFB9490319b13a2f
Octal6327727111103312617257
Binary110011101111111011100110010010111100110110001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,191,185); }

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

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

 a { background-color: rgb(51,191,185); }

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

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

 span { border-color: rgb(51,191,185); }

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