Html Css Color HEX #21CDAF Light Sea Green

📋 copy color: '#21CDAF'

red 33 ◦ green 205 ◦ blue 175

#21CDAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #21CDAF

Tints of Light Sea Green #21CDAF

RGB

 RED value IS 33 (13.28% from 255) = 7.99%

 GREEN value IS 205 (80.47% from 255) = 49.64%

 BLUE value IS 175 (68.75% from 255) = 42.37%

R = 7.99%
G = 49.64%
B = 42.37%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#21CDAF (or 0x21CDAF) is known color: Light Sea Green. HEX triplet: 21, CD and AF. RGB value is (33,205,175). Sum of RGB (Red+Green+Blue) = 33+205+175=413 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.99% from 413); Green value is 205 (80.47% from 255 or 49.64% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 205 - color contains mainly: green. Hex color #21CDAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21CDAF is #DE3250. Grayscale: #969696. Windows color (decimal): -14561873 or 11521313. OLE color: 11521313.

HSL color Cylindrical-coordinate representation of color #21CDAF: hue angle of 169.53º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CDAF is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 33 205 175 -
CMYK 0.84 0 0.15 0.20
HSL 169.53º 0.72% 0.47% -
HSV(B) 169.53º 0.84% 0.8% -
XYZ 30.2 47.08 48.05 -
YUV 150.15 142.02 44.44 -
System Red Green Blue C M Y K H S L
Decimal 33 205 175 0.84 0 0.15 0.20 169.53 0.72 0.47
Hex 21 CD AF 54 0 F 14 AA 48 2F
Octal 41 315 257 124 0 17 24 252 110 57
Binary 100001 11001101 10101111 1010100 0 1111 10100 10101010 1001000 101111

Color Harmonies of #21CDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CDAF

Black with #21CDAF

Text Example


Text Example

White with #21CDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #21CDAF;
 }
 .AnyTagClassName
 {
   color: #21CDAF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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