Html Css Color HEX #20B1A6 Light Sea Green

📋 copy color: '#20B1A6'

red 32 ◦ green 177 ◦ blue 166

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

Shades of Light Sea Green #20B1A6

Tints of Light Sea Green #20B1A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 44.27%

R = 8.53%
G = 47.2%
B = 44.27%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#20B1A6 (or 0x20B1A6) is known color: Light Sea Green. HEX triplet: 20, B1 and A6. RGB value is (32,177,166). Sum of RGB (Red+Green+Blue) = 32+177+166=375 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.53% from 375); Green value is 177 (69.53% from 255 or 47.2% from 375); Blue value is 166 (65.23% from 255 or 44.27% from 375); Max value from RGB is 177 - color contains mainly: green. Hex color #20B1A6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20B1A6 is #DF4E59. Grayscale: #848484. Windows color (decimal): -14634586 or 10924320. OLE color: 10924320.

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

Color convert

RGB 32 177 166 -
CMYK 0.82 0 0.06 0.31
HSL 175.45º 0.69% 0.41% -
HSV(B) 175.45º 0.82% 0.69% -
XYZ 23.2 34.5 41.51 -
YUV 132.39 146.96 56.39 -
System Red Green Blue C M Y K H S L
Decimal 32 177 166 0.82 0 0.06 0.31 175.45 0.69 0.41
Hex 20 B1 A6 52 0 6 1F AF 45 29
Octal 40 261 246 122 0 6 37 257 105 51
Binary 100000 10110001 10100110 1010010 0 110 11111 10101111 1000101 101001

Color Harmonies of #20B1A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B1A6

Black with #20B1A6

Text Example


Text Example

White with #20B1A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,177,166); }

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

background-color css

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

 a { background-color: rgb(32,177,166); }

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

border-color css

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

 span { border-color: rgb(32,177,166); }

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