Html Css Color HEX #21CDB9 Light Sea Green

📋 copy color: '#21CDB9'

red 33 ◦ green 205 ◦ blue 185

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

Shades of Light Sea Green #21CDB9

Tints of Light Sea Green #21CDB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.74%

R = 7.8%
G = 48.46%
B = 43.74%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#21CDB9 (or 0x21CDB9) is known color: Light Sea Green. HEX triplet: 21, CD and B9. RGB value is (33,205,185). Sum of RGB (Red+Green+Blue) = 33+205+185=423 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.80% from 423); Green value is 205 (80.47% from 255 or 48.46% from 423); Blue value is 185 (72.66% from 255 or 43.74% from 423); Max value from RGB is 205 - color contains mainly: green. Hex color #21CDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CDB9 is #DE3246. Grayscale: #979797. Windows color (decimal): -14561863 or 12176673. OLE color: 12176673.

HSL color Cylindrical-coordinate representation of color #21CDB9: hue angle of 173.02º 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 #21CDB9 is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 33 205 185 -
CMYK 0.84 0 0.10 0.20
HSL 173.02º 0.72% 0.47% -
HSV(B) 173.02º 0.84% 0.8% -
XYZ 31.22 47.49 53.42 -
YUV 151.29 147.02 43.63 -
System Red Green Blue C M Y K H S L
Decimal 33 205 185 0.84 0 0.10 0.20 173.02 0.72 0.47
Hex 21 CD B9 54 0 A 14 AD 48 2F
Octal 41 315 271 124 0 12 24 255 110 57
Binary 100001 11001101 10111001 1010100 0 1010 10100 10101101 1001000 101111

Color Harmonies of #21CDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CDB9

Black with #21CDB9

Text Example


Text Example

White with #21CDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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