Html Css Color HEX #21CBC0 Light Sea Green

📋 copy color: '#21CBC0'

red 33 ◦ green 203 ◦ blue 192

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

Shades of Light Sea Green #21CBC0

Tints of Light Sea Green #21CBC0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 47.43%

 BLUE value IS 192 (75.39% from 255) = 44.86%

R = 7.71%
G = 47.43%
B = 44.86%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#21CBC0 (or 0x21CBC0) is known color: Light Sea Green. HEX triplet: 21, CB and C0. RGB value is (33,203,192). Sum of RGB (Red+Green+Blue) = 33+203+192=428 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.71% from 428); Green value is 203 (79.69% from 255 or 47.43% from 428); Blue value is 192 (75.39% from 255 or 44.86% from 428); Max value from RGB is 203 - color contains mainly: green. Hex color #21CBC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CBC0 is #DE343F. Grayscale: #969696. Windows color (decimal): -14562368 or 12634913. OLE color: 12634913.

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

Color convert

RGB 33 203 192 -
CMYK 0.84 0 0.05 0.20
HSL 176.12º 0.72% 0.46% -
HSV(B) 176.12º 0.84% 0.8% -
XYZ 31.5 46.84 57.25 -
YUV 150.92 151.18 43.89 -
System Red Green Blue C M Y K H S L
Decimal 33 203 192 0.84 0 0.05 0.20 176.12 0.72 0.46
Hex 21 CB C0 54 0 5 14 B0 48 2E
Octal 41 313 300 124 0 5 24 260 110 56
Binary 100001 11001011 11000000 1010100 0 101 10100 10110000 1001000 101110

Color Harmonies of #21CBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CBC0

Black with #21CBC0

Text Example


Text Example

White with #21CBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,203,192); }

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

background-color css

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

 a { background-color: rgb(33,203,192); }

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

border-color css

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

 span { border-color: rgb(33,203,192); }

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