Html Css Color HEX #20ACB5 Light Sea Green

📋 copy color: '#20ACB5'

red 32 ◦ green 172 ◦ blue 181

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

Shades of Light Sea Green #20ACB5

Tints of Light Sea Green #20ACB5

RGB

 RED value IS 32 (12.89% from 255) = 8.31%

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

 BLUE value IS 181 (71.09% from 255) = 47.01%

R = 8.31%
G = 44.68%
B = 47.01%

CMYK

 C value IS 0.82

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#20ACB5 (or 0x20ACB5) is known color: Light Sea Green. HEX triplet: 20, AC and B5. RGB value is (32,172,181). Sum of RGB (Red+Green+Blue) = 32+172+181=385 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.31% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 181 (71.09% from 255 or 47.01% from 385); Max value from RGB is 181 - color contains mainly: blue. Hex color #20ACB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20ACB5 is #DF534A. Grayscale: #828282. Windows color (decimal): -14635851 or 11906080. OLE color: 11906080.

HSL color Cylindrical-coordinate representation of color #20ACB5: hue angle of 183.62º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20ACB5 is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 32 172 181 -
CMYK 0.82 0.05 0 0.29
HSL 183.62º 0.7% 0.42% -
HSV(B) 183.62º 0.82% 0.71% -
XYZ 23.69 33.15 48.87 -
YUV 131.17 156.12 57.27 -
System Red Green Blue C M Y K H S L
Decimal 32 172 181 0.82 0.05 0 0.29 183.62 0.7 0.42
Hex 20 AC B5 52 5 0 1D B8 46 2A
Octal 40 254 265 122 5 0 35 270 106 52
Binary 100000 10101100 10110101 1010010 101 0 11101 10111000 1000110 101010

Color Harmonies of #20ACB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20ACB5

Black with #20ACB5

Text Example


Text Example

White with #20ACB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20ACB5; }

 p { color: rgb(32,172,181); }

 H1.HeaderClassName
 {
   color: #20ACB5;
 }
 .AnyTagClassName
 {
   color: #20ACB5;
 }
</style>

background-color css

<style>
 a { background-color: #20ACB5; }

 a { background-color: rgb(32,172,181); }

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

border-color css

<style>
 span { border-color: #20ACB5; }

 span { border-color: rgb(32,172,181); }

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