Html Css Color HEX #207E61 Deep Sea

📋 copy color: '#207E61'

red 32 ◦ green 126 ◦ blue 97

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

Shades of Deep Sea #207E61

Tints of Deep Sea #207E61

RGB

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

 GREEN value IS 126 (49.61% from 255) = 49.41%

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

R = 12.55%
G = 49.41%
B = 38.04%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#207E61 (or 0x207E61) is known color: Deep Sea. HEX triplet: 20, 7E and 61. RGB value is (32,126,97). Sum of RGB (Red+Green+Blue) = 32+126+97=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 126 (49.61% from 255 or 49.41% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 126 - color contains mainly: green. Hex color #207E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207E61 is #DF819E. Grayscale: #5E5E5E. Windows color (decimal): -14647711 or 6389280. OLE color: 6389280.

HSL color Cylindrical-coordinate representation of color #207E61: hue angle of 161.49º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #207E61 is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB 32 126 97 -
CMYK 0.75 0 0.23 0.51
HSL 161.49º 0.59% 0.31% -
HSV(B) 161.49º 0.75% 0.49% -
XYZ 10.21 16.09 13.88 -
YUV 94.59 129.36 83.36 -
System Red Green Blue C M Y K H S L
Decimal 32 126 97 0.75 0 0.23 0.51 161.49 0.59 0.31
Hex 20 7E 61 4B 0 17 33 A1 3B 1F
Octal 40 176 141 113 0 27 63 241 73 37
Binary 100000 1111110 1100001 1001011 0 10111 110011 10100001 111011 11111

Color Harmonies of #207E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207E61

Black with #207E61

Text Example


Text Example

White with #207E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207E61; }

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

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

background-color css

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

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

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

border-color css

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

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

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