Html Css Color HEX #20AFAB Light Sea Green

📋 copy color: '#20AFAB'

red 32 ◦ green 175 ◦ blue 171

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

Shades of Light Sea Green #20AFAB

Tints of Light Sea Green #20AFAB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.3%

 BLUE value IS 171 (67.19% from 255) = 45.24%

R = 8.47%
G = 46.3%
B = 45.24%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#20AFAB (or 0x20AFAB) is known color: Light Sea Green. HEX triplet: 20, AF and AB. RGB value is (32,175,171). Sum of RGB (Red+Green+Blue) = 32+175+171=378 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.47% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 175 - color contains mainly: green. Hex color #20AFAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AFAB is #DF5054. Grayscale: #838383. Windows color (decimal): -14635093 or 11251488. OLE color: 11251488.

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

Color convert

RGB 32 175 171 -
CMYK 0.82 0 0.02 0.31
HSL 178.32º 0.69% 0.41% -
HSV(B) 178.32º 0.82% 0.69% -
XYZ 23.28 33.91 43.85 -
YUV 131.79 150.12 56.83 -
System Red Green Blue C M Y K H S L
Decimal 32 175 171 0.82 0 0.02 0.31 178.32 0.69 0.41
Hex 20 AF AB 52 0 2 1F B2 45 29
Octal 40 257 253 122 0 2 37 262 105 51
Binary 100000 10101111 10101011 1010010 0 10 11111 10110010 1000101 101001

Color Harmonies of #20AFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AFAB

Black with #20AFAB

Text Example


Text Example

White with #20AFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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