Html Css Color HEX #20ACB4 Light Sea Green

📋 copy color: '#20ACB4'

red 32 ◦ green 172 ◦ blue 180

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

Shades of Light Sea Green #20ACB4

Tints of Light Sea Green #20ACB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 46.88%

R = 8.33%
G = 44.79%
B = 46.88%

CMYK

 C value IS 0.82

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#20ACB4 (or 0x20ACB4) is known color: Light Sea Green. HEX triplet: 20, AC and B4. RGB value is (32,172,180). Sum of RGB (Red+Green+Blue) = 32+172+180=384 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.33% from 384); Green value is 172 (67.58% from 255 or 44.79% from 384); Blue value is 180 (70.70% from 255 or 46.88% from 384); Max value from RGB is 180 - color contains mainly: blue. Hex color #20ACB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20ACB4 is #DF534B. Grayscale: #828282. Windows color (decimal): -14635852 or 11840544. OLE color: 11840544.

HSL color Cylindrical-coordinate representation of color #20ACB4: hue angle of 183.24º 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 #20ACB4 is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 32 172 180 -
CMYK 0.82 0.04 0 0.29
HSL 183.24º 0.7% 0.42% -
HSV(B) 183.24º 0.82% 0.71% -
XYZ 23.59 33.11 48.33 -
YUV 131.05 155.62 57.35 -
System Red Green Blue C M Y K H S L
Decimal 32 172 180 0.82 0.04 0 0.29 183.24 0.7 0.42
Hex 20 AC B4 52 4 0 1D B7 46 2A
Octal 40 254 264 122 4 0 35 267 106 52
Binary 100000 10101100 10110100 1010010 100 0 11101 10110111 1000110 101010

Color Harmonies of #20ACB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20ACB4

Black with #20ACB4

Text Example


Text Example

White with #20ACB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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