Html Css Color HEX #207363 Deep Sea

📋 copy color: '#207363'

red 32 ◦ green 115 ◦ blue 99

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

Shades of Deep Sea #207363

Tints of Deep Sea #207363

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46.75%

 BLUE value IS 99 (39.06% from 255) = 40.24%

R = 13.01%
G = 46.75%
B = 40.24%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#207363 (or 0x207363) is known color: Deep Sea. HEX triplet: 20, 73 and 63. RGB value is (32,115,99). Sum of RGB (Red+Green+Blue) = 32+115+99=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 115 (45.31% from 255 or 46.75% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 115 - color contains mainly: green. Hex color #207363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207363 is #DF8C9C. Grayscale: #585858. Windows color (decimal): -14650525 or 6517536. OLE color: 6517536.

HSL color Cylindrical-coordinate representation of color #207363: hue angle of 168.43º 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 #207363 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 32 115 99 -
CMYK 0.72 0 0.14 0.55
HSL 168.43º 0.56% 0.29% -
HSV(B) 168.43º 0.72% 0.45% -
XYZ 8.98 13.47 13.93 -
YUV 88.36 134 87.8 -
System Red Green Blue C M Y K H S L
Decimal 32 115 99 0.72 0 0.14 0.55 168.43 0.56 0.29
Hex 20 73 63 48 0 E 37 A8 38 1D
Octal 40 163 143 110 0 16 67 250 70 35
Binary 100000 1110011 1100011 1001000 0 1110 110111 10101000 111000 11101

Color Harmonies of #207363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207363

Black with #207363

Text Example


Text Example

White with #207363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207363; }

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

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

background-color css

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

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

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

border-color css

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

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

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