Html Css Color HEX #21C9AF Light Sea Green

📋 copy color: '#21C9AF'

red 33 ◦ green 201 ◦ blue 175

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

Shades of Light Sea Green #21C9AF

Tints of Light Sea Green #21C9AF

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.14%

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

R = 8.07%
G = 49.14%
B = 42.79%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#21C9AF (or 0x21C9AF) is known color: Light Sea Green. HEX triplet: 21, C9 and AF. RGB value is (33,201,175). Sum of RGB (Red+Green+Blue) = 33+201+175=409 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.07% from 409); Green value is 201 (78.91% from 255 or 49.14% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 201 - color contains mainly: green. Hex color #21C9AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21C9AF is #DE3650. Grayscale: #939393. Windows color (decimal): -14562897 or 11520289. OLE color: 11520289.

HSL color Cylindrical-coordinate representation of color #21C9AF: hue angle of 170.71º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21C9AF is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 33 201 175 -
CMYK 0.84 0 0.13 0.21
HSL 170.71º 0.72% 0.46% -
HSV(B) 170.71º 0.84% 0.79% -
XYZ 29.25 45.19 47.74 -
YUV 147.8 143.34 46.11 -
System Red Green Blue C M Y K H S L
Decimal 33 201 175 0.84 0 0.13 0.21 170.71 0.72 0.46
Hex 21 C9 AF 54 0 D 15 AB 48 2E
Octal 41 311 257 124 0 15 25 253 110 56
Binary 100001 11001001 10101111 1010100 0 1101 10101 10101011 1001000 101110

Color Harmonies of #21C9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C9AF

Black with #21C9AF

Text Example


Text Example

White with #21C9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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