Html Css Color HEX #20AFBB Light Sea Green

📋 copy color: '#20AFBB'

red 32 ◦ green 175 ◦ blue 187

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

Shades of Light Sea Green #20AFBB

Tints of Light Sea Green #20AFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.46%

R = 8.12%
G = 44.42%
B = 47.46%

CMYK

 C value IS 0.83

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#20AFBB (or 0x20AFBB) is known color: Light Sea Green. HEX triplet: 20, AF and BB. RGB value is (32,175,187). Sum of RGB (Red+Green+Blue) = 32+175+187=394 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.12% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #20AFBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20AFBB is #DF5044. Grayscale: #858585. Windows color (decimal): -14635077 or 12300064. OLE color: 12300064.

HSL color Cylindrical-coordinate representation of color #20AFBB: hue angle of 184.65º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20AFBB is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 32 175 187 -
CMYK 0.83 0.06 0 0.27
HSL 184.65º 0.71% 0.43% -
HSV(B) 184.65º 0.83% 0.73% -
XYZ 24.9 34.55 52.37 -
YUV 133.61 158.12 55.52 -
System Red Green Blue C M Y K H S L
Decimal 32 175 187 0.83 0.06 0 0.27 184.65 0.71 0.43
Hex 20 AF BB 53 6 0 1B B9 47 2B
Octal 40 257 273 123 6 0 33 271 107 53
Binary 100000 10101111 10111011 1010011 110 0 11011 10111001 1000111 101011

Color Harmonies of #20AFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20AFBB

Black with #20AFBB

Text Example


Text Example

White with #20AFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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