Html Css Color HEX #20AF9B Light Sea Green

📋 copy color: '#20AF9B'

red 32 ◦ green 175 ◦ blue 155

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

Shades of Light Sea Green #20AF9B

Tints of Light Sea Green #20AF9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.82%

R = 8.84%
G = 48.34%
B = 42.82%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#20AF9B (or 0x20AF9B) is known color: Light Sea Green. HEX triplet: 20, AF and 9B. RGB value is (32,175,155). Sum of RGB (Red+Green+Blue) = 32+175+155=362 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.84% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AF9B is #DF5064. Grayscale: #818181. Windows color (decimal): -14635109 or 10202912. OLE color: 10202912.

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

Color convert

RGB 32 175 155 -
CMYK 0.82 0 0.11 0.31
HSL 171.61º 0.69% 0.41% -
HSV(B) 171.61º 0.82% 0.69% -
XYZ 21.84 33.33 36.29 -
YUV 129.96 142.12 58.13 -
System Red Green Blue C M Y K H S L
Decimal 32 175 155 0.82 0 0.11 0.31 171.61 0.69 0.41
Hex 20 AF 9B 52 0 B 1F AC 45 29
Octal 40 257 233 122 0 13 37 254 105 51
Binary 100000 10101111 10011011 1010010 0 1011 11111 10101100 1000101 101001

Color Harmonies of #20AF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AF9B

Black with #20AF9B

Text Example


Text Example

White with #20AF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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