#207B5B

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

Shades of Deep Sea #207B5B

Tints of Deep Sea #207B5B

Color information

#207B5B (or 0x207B5B) is unknown color: approx Deep Sea. HEX triplet: 20, 7B and 5B. RGB value is (32,123,91). Sum of RGB (Red+Green+Blue) = 32+123+91=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 123 (48.44% from 255 or 50% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 123 - color contains mainly: green. Hex color #207B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207B5B is #DF84A4. Grayscale: #5C5C5C. Windows color (decimal): -14648485 or 5995296. OLE color: 5995296.

HSL color Cylindrical-coordinate representation of color #207B5B: hue angle of 158.9º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207B5B is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB3212391-
CMYK0.7400.260.52
HSL158.9º58.71%30.39%-
HSV(B)158.9º73.98%48.24%-
XYZ9.5715.2312.33-
YUV92.14127.3585.1-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.01%
GREEN value IS 123 (48.44% from 255) = 50%
BLUE value IS 91 (35.94% from 255) = 36.99%
R=13.01%
G=50%
B=36.99%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal32123910.7400.260.52158.958.7130.39
Hex207B5B4A01A349f3b1e
Octal40173133112032642377336
Binary1000001111011101101110010100110101101001001111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207B5B; }

 p { color: rgb(32,123,91); }

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

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

 a { background-color: rgb(32,123,91); }

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

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

 span { border-color: rgb(32,123,91); }

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