Html Css Color HEX #21B29C Light Sea Green

📋 copy color: '#21B29C'

red 33 ◦ green 178 ◦ blue 156

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

Shades of Light Sea Green #21B29C

Tints of Light Sea Green #21B29C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 48.5%

 BLUE value IS 156 (61.33% from 255) = 42.51%

R = 8.99%
G = 48.5%
B = 42.51%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#21B29C (or 0x21B29C) is known color: Light Sea Green. HEX triplet: 21, B2 and 9C. RGB value is (33,178,156). Sum of RGB (Red+Green+Blue) = 33+178+156=367 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.99% from 367); Green value is 178 (69.92% from 255 or 48.50% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 178 - color contains mainly: green. Hex color #21B29C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21B29C is #DE4D63. Grayscale: #848484. Windows color (decimal): -14568804 or 10269217. OLE color: 10269217.

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

Color convert

RGB 33 178 156 -
CMYK 0.81 0 0.12 0.30
HSL 170.9º 0.69% 0.41% -
HSV(B) 170.9º 0.81% 0.7% -
XYZ 22.55 34.56 36.94 -
YUV 132.14 141.46 57.29 -
System Red Green Blue C M Y K H S L
Decimal 33 178 156 0.81 0 0.12 0.30 170.9 0.69 0.41
Hex 21 B2 9C 51 0 C 1E AB 45 29
Octal 41 262 234 121 0 14 36 253 105 51
Binary 100001 10110010 10011100 1010001 0 1100 11110 10101011 1000101 101001

Color Harmonies of #21B29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B29C

Black with #21B29C

Text Example


Text Example

White with #21B29C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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