#208263

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

Shades of Deep Sea #208263

Tints of Deep Sea #208263

Color information

#208263 (or 0x208263) is unknown color: approx Deep Sea. HEX triplet: 20, 82 and 63. RGB value is (32,130,99). Sum of RGB (Red+Green+Blue) = 32+130+99=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #208263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208263 is #DF7D9C. Grayscale: #616161. Windows color (decimal): -14646685 or 6521376. OLE color: 6521376.

HSL color Cylindrical-coordinate representation of color #208263: hue angle of 161.02º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #208263 is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB3213099-
CMYK0.7500.240.49
HSL161.02º60.49%31.76%-
HSV(B)161.02º75.38%50.98%-
XYZ10.8317.1714.55-
YUV97.16129.0381.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.26%
GREEN value IS 130 (51.17% from 255) = 49.81%
BLUE value IS 99 (39.06% from 255) = 37.93%
R=12.26%
G=49.81%
B=37.93%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal32130990.7500.240.49161.0260.4931.76
Hex2082634B01831a13c20
Octal40202143113030612417440
Binary100000100000101100011100101101100011000110100001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208263; }

 p { color: rgb(32,130,99); }

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

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

 a { background-color: rgb(32,130,99); }

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

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

 span { border-color: rgb(32,130,99); }

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