#20865A

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

Shades of Sea Green #20865A

Tints of Sea Green #20865A

Color information

#20865A (or 0x20865A) is unknown color: approx Sea Green. HEX triplet: 20, 86 and 5A. RGB value is (32,134,90). Sum of RGB (Red+Green+Blue) = 32+134+90=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 134 (52.73% from 255 or 52.34% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 134 - color contains mainly: green. Hex color #20865A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20865A is #DF79A5. Grayscale: #626262. Windows color (decimal): -14645670 or 5932576. OLE color: 5932576.

HSL color Cylindrical-coordinate representation of color #20865A: hue angle of 154.12º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #20865A is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB3213490-
CMYK0.7600.330.47
HSL154.12º61.45%32.55%-
HSV(B)154.12º76.12%52.55%-
XYZ10.9718.112.59-
YUV98.49123.2180.58-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.5%
GREEN value IS 134 (52.73% from 255) = 52.34%
BLUE value IS 90 (35.55% from 255) = 35.16%
R=12.5%
G=52.34%
B=35.16%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal32134900.7600.330.47154.1261.4532.55
Hex20865A4C0212F9a3d21
Octal40206132114041572327541
Binary1000001000011010110101001100010000110111110011010111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20865A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20865A; }

 p { color: rgb(32,134,90); }

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

<style>
 a { background-color: #20865A; }

 a { background-color: rgb(32,134,90); }

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

<style>
 span { border-color: #20865A; }

 span { border-color: rgb(32,134,90); }

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