#33BFBE

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

Shades of Light Sea Green #33BFBE

Tints of Light Sea Green #33BFBE

Color information

#33BFBE (or 0x33BFBE) is unknown color: approx Light Sea Green. HEX triplet: 33, BF and BE. RGB value is (51,191,190). Sum of RGB (Red+Green+Blue) = 51+191+190=432 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.81% from 432); Green value is 191 (75% from 255 or 44.21% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 191 - color contains mainly: green. Hex color #33BFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BFBE is #CC4041. Grayscale: #949494. Windows color (decimal): -13385794 or 12500787. OLE color: 12500787.

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

Color convert

RGB51191190-
CMYK0.7300.010.25
HSL179.57º57.85%47.45%-
HSV(B)179.57º73.3%74.9%-
XYZ29.2941.6855.22-
YUV149.03151.1258.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.81%
GREEN value IS 191 (75% from 255) = 44.21%
BLUE value IS 190 (74.61% from 255) = 43.98%
R=11.81%
G=44.21%
B=43.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal511911900.7300.010.25179.5757.8547.45
Hex33BFBE490119b43a2f
Octal6327727611101312647257
Binary11001110111111101111101001001011100110110100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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