Html Css Color HEX #207465 Deep Sea

📋 copy color: '#207465'

red 32 ◦ green 116 ◦ blue 101

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

Shades of Deep Sea #207465

Tints of Deep Sea #207465

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.59%

 BLUE value IS 101 (39.84% from 255) = 40.56%

R = 12.85%
G = 46.59%
B = 40.56%

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

#207465 (or 0x207465) is known color: Deep Sea. HEX triplet: 20, 74 and 65. RGB value is (32,116,101). Sum of RGB (Red+Green+Blue) = 32+116+101=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 116 (45.70% from 255 or 46.59% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 116 - color contains mainly: green. Hex color #207465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207465 is #DF8B9A. Grayscale: #595959. Windows color (decimal): -14650267 or 6648864. OLE color: 6648864.

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

Color convert

RGB 32 116 101 -
CMYK 0.72 0 0.13 0.55
HSL 169.29º 0.57% 0.29% -
HSV(B) 169.29º 0.72% 0.45% -
XYZ 9.19 13.74 14.48 -
YUV 89.17 134.67 87.22 -
System Red Green Blue C M Y K H S L
Decimal 32 116 101 0.72 0 0.13 0.55 169.29 0.57 0.29
Hex 20 74 65 48 0 D 37 A9 39 1D
Octal 40 164 145 110 0 15 67 251 71 35
Binary 100000 1110100 1100101 1001000 0 1101 110111 10101001 111001 11101

Color Harmonies of #207465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207465

Black with #207465

Text Example


Text Example

White with #207465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207465; }

 p { color: rgb(32,116,101); }

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

background-color css

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

 a { background-color: rgb(32,116,101); }

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

border-color css

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

 span { border-color: rgb(32,116,101); }

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