Html Css Color HEX #20B0AF Light Sea Green

📋 copy color: '#20B0AF'

red 32 ◦ green 176 ◦ blue 175

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

Shades of Light Sea Green #20B0AF

Tints of Light Sea Green #20B0AF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.95%

 BLUE value IS 175 (68.75% from 255) = 45.69%

R = 8.36%
G = 45.95%
B = 45.69%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#20B0AF (or 0x20B0AF) is known color: Light Sea Green. HEX triplet: 20, B0 and AF. RGB value is (32,176,175). Sum of RGB (Red+Green+Blue) = 32+176+175=383 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.36% from 383); Green value is 176 (69.14% from 255 or 45.95% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 176 - color contains mainly: green. Hex color #20B0AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20B0AF is #DF4F50. Grayscale: #848484. Windows color (decimal): -14634833 or 11513888. OLE color: 11513888.

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

Color convert

RGB 32 176 175 -
CMYK 0.82 0 0.01 0.31
HSL 179.58º 0.69% 0.41% -
HSV(B) 179.58º 0.82% 0.69% -
XYZ 23.86 34.45 45.95 -
YUV 132.83 151.79 56.08 -
System Red Green Blue C M Y K H S L
Decimal 32 176 175 0.82 0 0.01 0.31 179.58 0.69 0.41
Hex 20 B0 AF 52 0 1 1F B4 45 29
Octal 40 260 257 122 0 1 37 264 105 51
Binary 100000 10110000 10101111 1010010 0 1 11111 10110100 1000101 101001

Color Harmonies of #20B0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B0AF

Black with #20B0AF

Text Example


Text Example

White with #20B0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,176,175); }

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

background-color css

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

 a { background-color: rgb(32,176,175); }

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

border-color css

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

 span { border-color: rgb(32,176,175); }

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