#20AFBD

Color #20AFBD Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #20AFBD

Tints of Light Sea Green #20AFBD

Color information

#20AFBD (or 0x20AFBD) is unknown color: approx Light Sea Green. HEX triplet: 20, AF and BD. RGB value is (32,175,189). Sum of RGB (Red+Green+Blue) = 32+175+189=396 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.08% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #20AFBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20AFBD is #DF5042. Grayscale: #858585. Windows color (decimal): -14635075 or 12431136. OLE color: 12431136.

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

Color convert

RGB32175189-
CMYK0.830.0700.26
HSL185.35º71.04%43.33%-
HSV(B)185.35º83.07%74.12%-
XYZ25.1134.6453.51-
YUV133.84159.1255.36-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.08%
GREEN value IS 175 (68.75% from 255) = 44.19%
BLUE value IS 189 (74.22% from 255) = 47.73%
R=8.08%
G=44.19%
B=47.73%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal321751890.830.0700.26185.3571.0443.33
Hex20AFBD53701Ab9472b
Octal40257275123703227110753
Binary10000010101111101111011010011111011010101110011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20AFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #20AFBD;
 }
 .AnyTagClassName
 {
   color: #20AFBD;
 }
</style>
background-color css

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

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

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

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

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

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