Html Css Color HEX #518E72 Cutty Sark

📋 copy color: '#518E72'

red 81 ◦ green 142 ◦ blue 114

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

Shades of Cutty Sark #518E72

Tints of Cutty Sark #518E72

RGB

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

 GREEN value IS 142 (55.86% from 255) = 42.14%

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

R = 24.04%
G = 42.14%
B = 33.83%

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

#518E72 (or 0x518E72) is known color: Cutty Sark. HEX triplet: 51, 8E and 72. RGB value is (81,142,114). Sum of RGB (Red+Green+Blue) = 81+142+114=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 142 (55.86% from 255 or 42.14% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 142 - color contains mainly: green. Hex color #518E72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518E72 is #AE718D. Grayscale: #787878. Windows color (decimal): -11432334 or 7507537. OLE color: 7507537.

HSL color Cylindrical-coordinate representation of color #518E72: hue angle of 152.46º degrees, saturation: 0.27, 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 #518E72 is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 81 142 114 -
CMYK 0.43 0 0.20 0.44
HSL 152.46º 0.27% 0.44% -
HSV(B) 152.46º 0.43% 0.56% -
XYZ 16.1 22.31 19.38 -
YUV 120.57 124.29 99.78 -
System Red Green Blue C M Y K H S L
Decimal 81 142 114 0.43 0 0.20 0.44 152.46 0.27 0.44
Hex 51 8E 72 2B 0 14 2C 98 1B 2C
Octal 121 216 162 53 0 24 54 230 33 54
Binary 1010001 10001110 1110010 101011 0 10100 101100 10011000 11011 101100

Color Harmonies of #518E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518E72

Black with #518E72

Text Example


Text Example

White with #518E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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