Html Css Color HEX #21CDB2 Light Sea Green

📋 copy color: '#21CDB2'

red 33 ◦ green 205 ◦ blue 178

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

Shades of Light Sea Green #21CDB2

Tints of Light Sea Green #21CDB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 42.79%

R = 7.93%
G = 49.28%
B = 42.79%

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

#21CDB2 (or 0x21CDB2) is known color: Light Sea Green. HEX triplet: 21, CD and B2. RGB value is (33,205,178). Sum of RGB (Red+Green+Blue) = 33+205+178=416 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.93% from 416); Green value is 205 (80.47% from 255 or 49.28% from 416); Blue value is 178 (69.92% from 255 or 42.79% from 416); Max value from RGB is 205 - color contains mainly: green. Hex color #21CDB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21CDB2 is #DE324D. Grayscale: #969696. Windows color (decimal): -14561870 or 11717921. OLE color: 11717921.

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

Color convert

RGB 33 205 178 -
CMYK 0.84 0 0.13 0.20
HSL 170.58º 0.72% 0.47% -
HSV(B) 170.58º 0.84% 0.8% -
XYZ 30.49 47.2 49.62 -
YUV 150.49 143.52 44.2 -
System Red Green Blue C M Y K H S L
Decimal 33 205 178 0.84 0 0.13 0.20 170.58 0.72 0.47
Hex 21 CD B2 54 0 D 14 AB 48 2F
Octal 41 315 262 124 0 15 24 253 110 57
Binary 100001 11001101 10110010 1010100 0 1101 10100 10101011 1001000 101111

Color Harmonies of #21CDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CDB2

Black with #21CDB2

Text Example


Text Example

White with #21CDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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