Html Css Color HEX #21CDB5 Light Sea Green

📋 copy color: '#21CDB5'

red 33 ◦ green 205 ◦ blue 181

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

Shades of Light Sea Green #21CDB5

Tints of Light Sea Green #21CDB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.2%

R = 7.88%
G = 48.93%
B = 43.2%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#21CDB5 (or 0x21CDB5) is known color: Light Sea Green. HEX triplet: 21, CD and B5. RGB value is (33,205,181). Sum of RGB (Red+Green+Blue) = 33+205+181=419 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.88% from 419); Green value is 205 (80.47% from 255 or 48.93% from 419); Blue value is 181 (71.09% from 255 or 43.20% from 419); Max value from RGB is 205 - color contains mainly: green. Hex color #21CDB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CDB5 is #DE324A. Grayscale: #969696. Windows color (decimal): -14561867 or 11914529. OLE color: 11914529.

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

Color convert

RGB 33 205 181 -
CMYK 0.84 0 0.12 0.20
HSL 171.63º 0.72% 0.47% -
HSV(B) 171.63º 0.84% 0.8% -
XYZ 30.8 47.32 51.23 -
YUV 150.84 145.02 43.95 -
System Red Green Blue C M Y K H S L
Decimal 33 205 181 0.84 0 0.12 0.20 171.63 0.72 0.47
Hex 21 CD B5 54 0 C 14 AC 48 2F
Octal 41 315 265 124 0 14 24 254 110 57
Binary 100001 11001101 10110101 1010100 0 1100 10100 10101100 1001000 101111

Color Harmonies of #21CDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CDB5

Black with #21CDB5

Text Example


Text Example

White with #21CDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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