Html Css Color HEX #207273 Elm

📋 copy color: '#207273'

red 32 ◦ green 114 ◦ blue 115

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

Shades of Elm #207273

Tints of Elm #207273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 44.06%

R = 12.26%
G = 43.68%
B = 44.06%

CMYK

 C value IS 0.72

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#207273 (or 0x207273) is known color: Elm. HEX triplet: 20, 72 and 73. RGB value is (32,114,115). Sum of RGB (Red+Green+Blue) = 32+114+115=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: blue. Hex color #207273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207273 is #DF8D8C. Grayscale: #595959. Windows color (decimal): -14650765 or 7565856. OLE color: 7565856.

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

Color convert

RGB 32 114 115 -
CMYK 0.72 0.01 0 0.55
HSL 180.72º 0.56% 0.29% -
HSV(B) 180.72º 0.72% 0.45% -
XYZ 9.71 13.58 18.33 -
YUV 89.6 142.33 86.92 -
System Red Green Blue C M Y K H S L
Decimal 32 114 115 0.72 0.01 0 0.55 180.72 0.56 0.29
Hex 20 72 73 48 1 0 37 B5 38 1D
Octal 40 162 163 110 1 0 67 265 70 35
Binary 100000 1110010 1110011 1001000 1 0 110111 10110101 111000 11101

Color Harmonies of #207273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207273

Black with #207273

Text Example


Text Example

White with #207273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207273; }

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

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

background-color css

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

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

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

border-color css

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

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

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