Html Css Color HEX #14574D Cyprus

📋 copy color: '#14574D'

red 20 ◦ green 87 ◦ blue 77

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

Shades of Cyprus #14574D

Tints of Cyprus #14574D

RGB

 RED value IS 20 (8.2% from 255) = 10.87%

 GREEN value IS 87 (34.38% from 255) = 47.28%

 BLUE value IS 77 (30.47% from 255) = 41.85%

R = 10.87%
G = 47.28%
B = 41.85%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.11

 K value IS 0.66

RGB Variations

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

Color information

#14574D (or 0x14574D) is known color: Cyprus. HEX triplet: 14, 57 and 4D. RGB value is (20,87,77). Sum of RGB (Red+Green+Blue) = 20+87+77=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 87 (34.38% from 255 or 47.28% from 184); Blue value is 77 (30.47% from 255 or 41.85% from 184); Max value from RGB is 87 - color contains mainly: green. Hex color #14574D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14574D is #EBA8B2. Grayscale: #414141. Windows color (decimal): -15444147 or 5068564. OLE color: 5068564.

HSL color Cylindrical-coordinate representation of color #14574D: hue angle of 171.04º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #14574D is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.66.

Color convert

RGB 20 87 77 -
CMYK 0.77 0 0.11 0.66
HSL 171.04º 0.63% 0.21% -
HSV(B) 171.04º 0.77% 0.34% -
XYZ 5.04 7.5 8.2 -
YUV 65.83 134.3 95.31 -
System Red Green Blue C M Y K H S L
Decimal 20 87 77 0.77 0 0.11 0.66 171.04 0.63 0.21
Hex 14 57 4D 4D 0 B 42 AB 3F 15
Octal 24 127 115 115 0 13 102 253 77 25
Binary 10100 1010111 1001101 1001101 0 1011 1000010 10101011 111111 10101

Color Harmonies of #14574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14574D

Black with #14574D

Text Example


Text Example

White with #14574D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14574D; }

 p { color: rgb(20,87,77); }

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

background-color css

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

 a { background-color: rgb(20,87,77); }

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

border-color css

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

 span { border-color: rgb(20,87,77); }

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