#207267

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

Shades of Deep Sea #207267

Tints of Deep Sea #207267

Color information

#207267 (or 0x207267) is unknown color: approx Deep Sea. HEX triplet: 20, 72 and 67. RGB value is (32,114,103). Sum of RGB (Red+Green+Blue) = 32+114+103=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 114 - color contains mainly: green. Hex color #207267 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207267 is #DF8D98. Grayscale: #585858. Windows color (decimal): -14650777 or 6779424. OLE color: 6779424.

HSL color Cylindrical-coordinate representation of color #207267: hue angle of 171.95º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #207267 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB32114103-
CMYK0.7200.100.55
HSL171.95º56.16%28.63%-
HSV(B)171.95º71.93%44.71%-
XYZ9.0613.3214.93-
YUV88.23136.3387.89-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.85%
GREEN value IS 114 (44.92% from 255) = 45.78%
BLUE value IS 103 (40.62% from 255) = 41.37%
R=12.85%
G=45.78%
B=41.37%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal321141030.7200.100.55171.9556.1628.63
Hex207267480A37ac381d
Octal40162147110012672547035
Binary100000111001011001111001000010101101111010110011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207267; }

 p { color: rgb(32,114,103); }

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

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

 a { background-color: rgb(32,114,103); }

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

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

 span { border-color: rgb(32,114,103); }

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