#21AFBA

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

Shades of Light Sea Green #21AFBA

Tints of Light Sea Green #21AFBA

Color information

#21AFBA (or 0x21AFBA) is unknown color: approx Light Sea Green. HEX triplet: 21, AF and BA. RGB value is (33,175,186). Sum of RGB (Red+Green+Blue) = 33+175+186=394 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.38% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #21AFBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21AFBA is #DE5045. Grayscale: #858585. Windows color (decimal): -14569542 or 12234529. OLE color: 12234529.

HSL color Cylindrical-coordinate representation of color #21AFBA: hue angle of 184.31º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21AFBA is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB33175186-
CMYK0.820.0600.27
HSL184.31º69.86%42.94%-
HSV(B)184.31º82.26%72.94%-
XYZ24.8234.5351.81-
YUV133.8157.4656.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.38%
GREEN value IS 175 (68.75% from 255) = 44.42%
BLUE value IS 186 (73.05% from 255) = 47.21%
R=8.38%
G=44.42%
B=47.21%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal331751860.820.0600.27184.3169.8642.94
Hex21AFBA52601Bb8462b
Octal41257272122603327010653
Binary10000110101111101110101010010110011011101110001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21AFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,175,186); }

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

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

 a { background-color: rgb(33,175,186); }

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

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

 span { border-color: rgb(33,175,186); }

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