#33BEAE

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

Shades of Light Sea Green #33BEAE

Tints of Light Sea Green #33BEAE

Color information

#33BEAE (or 0x33BEAE) is unknown color: approx Light Sea Green. HEX triplet: 33, BE and AE. RGB value is (51,190,174). Sum of RGB (Red+Green+Blue) = 51+190+174=415 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.29% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 190 - color contains mainly: green. Hex color #33BEAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BEAE is #CC4151. Grayscale: #929292. Windows color (decimal): -13386066 or 11451955. OLE color: 11451955.

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

Color convert

RGB51190174-
CMYK0.7300.080.25
HSL173.09º57.68%47.25%-
HSV(B)173.09º73.16%74.51%-
XYZ27.4240.5946.43-
YUV146.61143.4559.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.29%
GREEN value IS 190 (74.61% from 255) = 45.78%
BLUE value IS 174 (68.36% from 255) = 41.93%
R=12.29%
G=45.78%
B=41.93%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal511901740.7300.080.25173.0957.6847.25
Hex33BEAE490819ad3a2f
Octal63276256111010312557257
Binary11001110111110101011101001001010001100110101101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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