#33BAAE

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

Shades of Light Sea Green #33BAAE

Tints of Light Sea Green #33BAAE

Color information

#33BAAE (or 0x33BAAE) is unknown color: approx Light Sea Green. HEX triplet: 33, BA and AE. RGB value is (51,186,174). Sum of RGB (Red+Green+Blue) = 51+186+174=411 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.41% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 186 - color contains mainly: green. Hex color #33BAAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BAAE is #CC4551. Grayscale: #909090. Windows color (decimal): -13387090 or 11450931. OLE color: 11450931.

HSL color Cylindrical-coordinate representation of color #33BAAE: hue angle of 174.67º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BAAE is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB51186174-
CMYK0.7300.060.27
HSL174.67º56.96%46.47%-
HSV(B)174.67º72.58%72.94%-
XYZ26.5638.8846.15-
YUV144.27144.7761.48-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.41%
GREEN value IS 186 (73.05% from 255) = 45.26%
BLUE value IS 174 (68.36% from 255) = 42.34%
R=12.41%
G=45.26%
B=42.34%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal511861740.7300.060.27174.6756.9646.47
Hex33BAAE49061Baf392e
Octal6327225611106332577156
Binary1100111011101010101110100100101101101110101111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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