#21AEBE

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

Shades of Light Sea Green #21AEBE

Tints of Light Sea Green #21AEBE

Color information

#21AEBE (or 0x21AEBE) is unknown color: approx Light Sea Green. HEX triplet: 21, AE and BE. RGB value is (33,174,190). Sum of RGB (Red+Green+Blue) = 33+174+190=397 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.31% from 397); Green value is 174 (68.36% from 255 or 43.83% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #21AEBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21AEBE is #DE5141. Grayscale: #858585. Windows color (decimal): -14569794 or 12496417. OLE color: 12496417.

HSL color Cylindrical-coordinate representation of color #21AEBE: hue angle of 186.11º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21AEBE is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB33174190-
CMYK0.830.0800.25
HSL186.11º70.4%43.73%-
HSV(B)186.11º82.63%74.51%-
XYZ25.0634.3154.02-
YUV133.66159.7956.2-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.31%
GREEN value IS 174 (68.36% from 255) = 43.83%
BLUE value IS 190 (74.61% from 255) = 47.86%
R=8.31%
G=43.83%
B=47.86%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal331741900.830.0800.25186.1170.443.73
Hex21AEBE538019ba462c
Octal412562761231003127210654
Binary100001101011101011111010100111000011001101110101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21AEBE; }

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

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

<style>
 a { background-color: #21AEBE; }

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

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

<style>
 span { border-color: #21AEBE; }

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

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