Html Css Color HEX #207263 Deep Sea

📋 copy color: '#207263'

red 32 ◦ green 114 ◦ blue 99

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

Shades of Deep Sea #207263

Tints of Deep Sea #207263

RGB

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

 GREEN value IS 114 (44.92% from 255) = 46.53%

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

R = 13.06%
G = 46.53%
B = 40.41%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#207263 (or 0x207263) is known color: Deep Sea. HEX triplet: 20, 72 and 63. RGB value is (32,114,99). Sum of RGB (Red+Green+Blue) = 32+114+99=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 114 (44.92% from 255 or 46.53% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 114 - color contains mainly: green. Hex color #207263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207263 is #DF8D9C. Grayscale: #575757. Windows color (decimal): -14650781 or 6517280. OLE color: 6517280.

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

Color convert

RGB 32 114 99 -
CMYK 0.72 0 0.13 0.55
HSL 169.02º 0.56% 0.29% -
HSV(B) 169.02º 0.72% 0.45% -
XYZ 8.87 13.24 13.89 -
YUV 87.77 134.33 88.22 -
System Red Green Blue C M Y K H S L
Decimal 32 114 99 0.72 0 0.13 0.55 169.02 0.56 0.29
Hex 20 72 63 48 0 D 37 A9 38 1D
Octal 40 162 143 110 0 15 67 251 70 35
Binary 100000 1110010 1100011 1001000 0 1101 110111 10101001 111000 11101

Color Harmonies of #207263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207263

Black with #207263

Text Example


Text Example

White with #207263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207263; }

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

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

background-color css

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

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

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

border-color css

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

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

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