Html Css Color HEX #21CAB0 Light Sea Green

📋 copy color: '#21CAB0'

red 33 ◦ green 202 ◦ blue 176

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

Shades of Light Sea Green #21CAB0

Tints of Light Sea Green #21CAB0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 49.15%

 BLUE value IS 176 (69.14% from 255) = 42.82%

R = 8.03%
G = 49.15%
B = 42.82%

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

#21CAB0 (or 0x21CAB0) is known color: Light Sea Green. HEX triplet: 21, CA and B0. RGB value is (33,202,176). Sum of RGB (Red+Green+Blue) = 33+202+176=411 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.03% from 411); Green value is 202 (79.30% from 255 or 49.15% from 411); Blue value is 176 (69.14% from 255 or 42.82% from 411); Max value from RGB is 202 - color contains mainly: green. Hex color #21CAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21CAB0 is #DE354F. Grayscale: #949494. Windows color (decimal): -14562640 or 11586081. OLE color: 11586081.

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

Color convert

RGB 33 202 176 -
CMYK 0.84 0 0.13 0.21
HSL 170.77º 0.72% 0.46% -
HSV(B) 170.77º 0.84% 0.79% -
XYZ 29.58 45.7 48.34 -
YUV 148.51 143.51 45.61 -
System Red Green Blue C M Y K H S L
Decimal 33 202 176 0.84 0 0.13 0.21 170.77 0.72 0.46
Hex 21 CA B0 54 0 D 15 AB 48 2E
Octal 41 312 260 124 0 15 25 253 110 56
Binary 100001 11001010 10110000 1010100 0 1101 10101 10101011 1001000 101110

Color Harmonies of #21CAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CAB0

Black with #21CAB0

Text Example


Text Example

White with #21CAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,202,176); }

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

background-color css

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

 a { background-color: rgb(33,202,176); }

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

border-color css

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

 span { border-color: rgb(33,202,176); }

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