Html Css Color HEX #518F72 Cutty Sark

📋 copy color: '#518F72'

red 81 ◦ green 143 ◦ blue 114

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

Shades of Cutty Sark #518F72

Tints of Cutty Sark #518F72

RGB

 RED value IS 81 (32.03% from 255) = 23.96%

 GREEN value IS 143 (56.25% from 255) = 42.31%

 BLUE value IS 114 (44.92% from 255) = 33.73%

R = 23.96%
G = 42.31%
B = 33.73%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#518F72 (or 0x518F72) is known color: Cutty Sark. HEX triplet: 51, 8F and 72. RGB value is (81,143,114). Sum of RGB (Red+Green+Blue) = 81+143+114=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 143 (56.25% from 255 or 42.31% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 143 - color contains mainly: green. Hex color #518F72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518F72 is #AE708D. Grayscale: #797979. Windows color (decimal): -11432078 or 7507793. OLE color: 7507793.

HSL color Cylindrical-coordinate representation of color #518F72: hue angle of 151.94º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #518F72 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 81 143 114 -
CMYK 0.43 0 0.20 0.44
HSL 151.94º 0.28% 0.44% -
HSV(B) 151.94º 0.43% 0.56% -
XYZ 16.25 22.61 19.43 -
YUV 121.16 123.96 99.36 -
System Red Green Blue C M Y K H S L
Decimal 81 143 114 0.43 0 0.20 0.44 151.94 0.28 0.44
Hex 51 8F 72 2B 0 14 2C 98 1C 2C
Octal 121 217 162 53 0 24 54 230 34 54
Binary 1010001 10001111 1110010 101011 0 10100 101100 10011000 11100 101100

Color Harmonies of #518F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518F72

Black with #518F72

Text Example


Text Example

White with #518F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #518F72; }

 p { color: rgb(81,143,114); }

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

background-color css

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

 a { background-color: rgb(81,143,114); }

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

border-color css

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

 span { border-color: rgb(81,143,114); }

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