Html Css Color HEX #207461 Deep Sea

📋 copy color: '#207461'

red 32 ◦ green 116 ◦ blue 97

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

Shades of Deep Sea #207461

Tints of Deep Sea #207461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 39.59%

R = 13.06%
G = 47.35%
B = 39.59%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#207461 (or 0x207461) is known color: Deep Sea. HEX triplet: 20, 74 and 61. RGB value is (32,116,97). Sum of RGB (Red+Green+Blue) = 32+116+97=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 116 (45.70% from 255 or 47.35% from 245); Blue value is 97 (38.28% from 255 or 39.59% from 245); Max value from RGB is 116 - color contains mainly: green. Hex color #207461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207461 is #DF8B9E. Grayscale: #585858. Windows color (decimal): -14650271 or 6386720. OLE color: 6386720.

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

Color convert

RGB 32 116 97 -
CMYK 0.72 0 0.16 0.55
HSL 166.43º 0.57% 0.29% -
HSV(B) 166.43º 0.72% 0.45% -
XYZ 9 13.66 13.47 -
YUV 88.72 132.67 87.54 -
System Red Green Blue C M Y K H S L
Decimal 32 116 97 0.72 0 0.16 0.55 166.43 0.57 0.29
Hex 20 74 61 48 0 10 37 A6 39 1D
Octal 40 164 141 110 0 20 67 246 71 35
Binary 100000 1110100 1100001 1001000 0 10000 110111 10100110 111001 11101

Color Harmonies of #207461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207461

Black with #207461

Text Example


Text Example

White with #207461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207461; }

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

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

background-color css

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

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

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

border-color css

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

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

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