Html Css Color HEX #21ACB9 Light Sea Green

📋 copy color: '#21ACB9'

red 33 ◦ green 172 ◦ blue 185

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

Shades of Light Sea Green #21ACB9

Tints of Light Sea Green #21ACB9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.1%

 BLUE value IS 185 (72.66% from 255) = 47.44%

R = 8.46%
G = 44.1%
B = 47.44%

CMYK

 C value IS 0.82

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#21ACB9 (or 0x21ACB9) is known color: Light Sea Green. HEX triplet: 21, AC and B9. RGB value is (33,172,185). Sum of RGB (Red+Green+Blue) = 33+172+185=390 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.46% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 185 (72.66% from 255 or 47.44% from 390); Max value from RGB is 185 - color contains mainly: blue. Hex color #21ACB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21ACB9 is #DE5346. Grayscale: #838383. Windows color (decimal): -14570311 or 12168225. OLE color: 12168225.

HSL color Cylindrical-coordinate representation of color #21ACB9: hue angle of 185.13º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21ACB9 is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 33 172 185 -
CMYK 0.82 0.07 0 0.27
HSL 185.13º 0.7% 0.43% -
HSV(B) 185.13º 0.82% 0.73% -
XYZ 24.14 33.33 51.06 -
YUV 131.92 157.95 57.44 -
System Red Green Blue C M Y K H S L
Decimal 33 172 185 0.82 0.07 0 0.27 185.13 0.7 0.43
Hex 21 AC B9 52 7 0 1B B9 46 2B
Octal 41 254 271 122 7 0 33 271 106 53
Binary 100001 10101100 10111001 1010010 111 0 11011 10111001 1000110 101011

Color Harmonies of #21ACB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21ACB9

Black with #21ACB9

Text Example


Text Example

White with #21ACB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,172,185); }

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

background-color css

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

 a { background-color: rgb(33,172,185); }

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

border-color css

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

 span { border-color: rgb(33,172,185); }

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