Html Css Color HEX #21B19A Light Sea Green

📋 copy color: '#21B19A'

red 33 ◦ green 177 ◦ blue 154

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

Shades of Light Sea Green #21B19A

Tints of Light Sea Green #21B19A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 48.63%

 BLUE value IS 154 (60.55% from 255) = 42.31%

R = 9.07%
G = 48.63%
B = 42.31%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#21B19A (or 0x21B19A) is known color: Light Sea Green. HEX triplet: 21, B1 and 9A. RGB value is (33,177,154). Sum of RGB (Red+Green+Blue) = 33+177+154=364 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.07% from 364); Green value is 177 (69.53% from 255 or 48.63% from 364); Blue value is 154 (60.55% from 255 or 42.31% from 364); Max value from RGB is 177 - color contains mainly: green. Hex color #21B19A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21B19A is #DE4E65. Grayscale: #838383. Windows color (decimal): -14569062 or 10137889. OLE color: 10137889.

HSL color Cylindrical-coordinate representation of color #21B19A: hue angle of 170.42º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21B19A is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 33 177 154 -
CMYK 0.81 0 0.13 0.31
HSL 170.42º 0.69% 0.41% -
HSV(B) 170.42º 0.81% 0.69% -
XYZ 22.18 34.1 35.98 -
YUV 131.32 140.79 57.87 -
System Red Green Blue C M Y K H S L
Decimal 33 177 154 0.81 0 0.13 0.31 170.42 0.69 0.41
Hex 21 B1 9A 51 0 D 1F AA 45 29
Octal 41 261 232 121 0 15 37 252 105 51
Binary 100001 10110001 10011010 1010001 0 1101 11111 10101010 1000101 101001

Color Harmonies of #21B19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B19A

Black with #21B19A

Text Example


Text Example

White with #21B19A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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