Html Css Color HEX #207868 Deep Sea

📋 copy color: '#207868'

red 32 ◦ green 120 ◦ blue 104

#207868
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sea #207868

Tints of Deep Sea #207868

RGB

 RED value IS 32 (12.89% from 255) = 12.5%

 GREEN value IS 120 (47.27% from 255) = 46.88%

 BLUE value IS 104 (41.02% from 255) = 40.63%

R = 12.5%
G = 46.88%
B = 40.63%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#207868 (or 0x207868) is known color: Deep Sea. HEX triplet: 20, 78 and 68. RGB value is (32,120,104). Sum of RGB (Red+Green+Blue) = 32+120+104=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 120 (47.27% from 255 or 46.88% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 120 - color contains mainly: green. Hex color #207868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207868 is #DF8797. Grayscale: #5B5B5B. Windows color (decimal): -14649240 or 6846496. OLE color: 6846496.

HSL color Cylindrical-coordinate representation of color #207868: hue angle of 169.09º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #207868 is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 32 120 104 -
CMYK 0.73 0 0.13 0.53
HSL 169.09º 0.58% 0.3% -
HSV(B) 169.09º 0.73% 0.47% -
XYZ 9.81 14.74 15.42 -
YUV 91.86 134.85 85.3 -
System Red Green Blue C M Y K H S L
Decimal 32 120 104 0.73 0 0.13 0.53 169.09 0.58 0.3
Hex 20 78 68 49 0 D 35 A9 3A 1E
Octal 40 170 150 111 0 15 65 251 72 36
Binary 100000 1111000 1101000 1001001 0 1101 110101 10101001 111010 11110

Color Harmonies of #207868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207868

Black with #207868

Text Example


Text Example

White with #207868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207868; }

 p { color: rgb(32,120,104); }

 H1.HeaderClassName
 {
   color: #207868;
 }
 .AnyTagClassName
 {
   color: #207868;
 }
</style>

background-color css

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

 a { background-color: rgb(32,120,104); }

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

border-color css

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

 span { border-color: rgb(32,120,104); }

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