Html Css Color HEX #21CBB1 Light Sea Green

📋 copy color: '#21CBB1'

red 33 ◦ green 203 ◦ blue 177

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

Shades of Light Sea Green #21CBB1

Tints of Light Sea Green #21CBB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 42.86%

R = 7.99%
G = 49.15%
B = 42.86%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#21CBB1 (or 0x21CBB1) is known color: Light Sea Green. HEX triplet: 21, CB and B1. RGB value is (33,203,177). Sum of RGB (Red+Green+Blue) = 33+203+177=413 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.99% from 413); Green value is 203 (79.69% from 255 or 49.15% from 413); Blue value is 177 (69.53% from 255 or 42.86% from 413); Max value from RGB is 203 - color contains mainly: green. Hex color #21CBB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21CBB1 is #DE344E. Grayscale: #959595. Windows color (decimal): -14562383 or 11651873. OLE color: 11651873.

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

Color convert

RGB 33 203 177 -
CMYK 0.84 0 0.13 0.20
HSL 170.82º 0.72% 0.46% -
HSV(B) 170.82º 0.84% 0.8% -
XYZ 29.92 46.21 48.94 -
YUV 149.21 143.68 45.11 -
System Red Green Blue C M Y K H S L
Decimal 33 203 177 0.84 0 0.13 0.20 170.82 0.72 0.46
Hex 21 CB B1 54 0 D 14 AB 48 2E
Octal 41 313 261 124 0 15 24 253 110 56
Binary 100001 11001011 10110001 1010100 0 1101 10100 10101011 1001000 101110

Color Harmonies of #21CBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CBB1

Black with #21CBB1

Text Example


Text Example

White with #21CBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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