#33BFBA

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

Shades of Light Sea Green #33BFBA

Tints of Light Sea Green #33BFBA

Color information

#33BFBA (or 0x33BFBA) is unknown color: approx Light Sea Green. HEX triplet: 33, BF and BA. RGB value is (51,191,186). Sum of RGB (Red+Green+Blue) = 51+191+186=428 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.92% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 191 - color contains mainly: green. Hex color #33BFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BFBA is #CC4045. Grayscale: #949494. Windows color (decimal): -13385798 or 12238643. OLE color: 12238643.

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

Color convert

RGB51191186-
CMYK0.7300.030.25
HSL177.86º57.85%47.45%-
HSV(B)177.86º73.3%74.9%-
XYZ28.8641.5152.95-
YUV148.57149.1258.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.92%
GREEN value IS 191 (75% from 255) = 44.63%
BLUE value IS 186 (73.05% from 255) = 43.46%
R=11.92%
G=44.63%
B=43.46%

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
Decimal511911860.7300.030.25177.8657.8547.45
Hex33BFBA490319b23a2f
Octal6327727211103312627257
Binary110011101111111011101010010010111100110110010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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