Html Css Color HEX #21C1A7 Light Sea Green

📋 copy color: '#21C1A7'

red 33 ◦ green 193 ◦ blue 167

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

Shades of Light Sea Green #21C1A7

Tints of Light Sea Green #21C1A7

RGB

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

 GREEN value IS 193 (75.78% from 255) = 49.11%

 BLUE value IS 167 (65.63% from 255) = 42.49%

R = 8.4%
G = 49.11%
B = 42.49%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#21C1A7 (or 0x21C1A7) is known color: Light Sea Green. HEX triplet: 21, C1 and A7. RGB value is (33,193,167). Sum of RGB (Red+Green+Blue) = 33+193+167=393 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.40% from 393); Green value is 193 (75.78% from 255 or 49.11% from 393); Blue value is 167 (65.62% from 255 or 42.49% from 393); Max value from RGB is 193 - color contains mainly: green. Hex color #21C1A7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21C1A7 is #DE3E58. Grayscale: #8E8E8E. Windows color (decimal): -14564953 or 10993953. OLE color: 10993953.

HSL color Cylindrical-coordinate representation of color #21C1A7: hue angle of 170.25º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C1A7 is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 33 193 167 -
CMYK 0.83 0 0.13 0.24
HSL 170.25º 0.71% 0.44% -
HSV(B) 170.25º 0.83% 0.76% -
XYZ 26.67 41.25 43.12 -
YUV 142.2 141.99 50.11 -
System Red Green Blue C M Y K H S L
Decimal 33 193 167 0.83 0 0.13 0.24 170.25 0.71 0.44
Hex 21 C1 A7 53 0 D 18 AA 47 2C
Octal 41 301 247 123 0 15 30 252 107 54
Binary 100001 11000001 10100111 1010011 0 1101 11000 10101010 1000111 101100

Color Harmonies of #21C1A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21C1A7

Black with #21C1A7

Text Example


Text Example

White with #21C1A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,193,167); }

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

background-color css

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

 a { background-color: rgb(33,193,167); }

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

border-color css

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

 span { border-color: rgb(33,193,167); }

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