Html Css Color HEX #207E64 Deep Sea

📋 copy color: '#207E64'

red 32 ◦ green 126 ◦ blue 100

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

Shades of Deep Sea #207E64

Tints of Deep Sea #207E64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 38.76%

R = 12.4%
G = 48.84%
B = 38.76%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.21

 K value IS 0.51

RGB Variations

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

Color information

#207E64 (or 0x207E64) is known color: Deep Sea. HEX triplet: 20, 7E and 64. RGB value is (32,126,100). Sum of RGB (Red+Green+Blue) = 32+126+100=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 126 (49.61% from 255 or 48.84% from 258); Blue value is 100 (39.45% from 255 or 38.76% from 258); Max value from RGB is 126 - color contains mainly: green. Hex color #207E64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207E64 is #DF819B. Grayscale: #5E5E5E. Windows color (decimal): -14647708 or 6585888. OLE color: 6585888.

HSL color Cylindrical-coordinate representation of color #207E64: hue angle of 163.4º 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 #207E64 is Cyan = 0.75, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB 32 126 100 -
CMYK 0.75 0 0.21 0.51
HSL 163.4º 0.59% 0.31% -
HSV(B) 163.4º 0.75% 0.49% -
XYZ 10.36 16.15 14.63 -
YUV 94.93 130.86 83.11 -
System Red Green Blue C M Y K H S L
Decimal 32 126 100 0.75 0 0.21 0.51 163.4 0.59 0.31
Hex 20 7E 64 4B 0 15 33 A3 3B 1F
Octal 40 176 144 113 0 25 63 243 73 37
Binary 100000 1111110 1100100 1001011 0 10101 110011 10100011 111011 11111

Color Harmonies of #207E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207E64

Black with #207E64

Text Example


Text Example

White with #207E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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