Html Css Color HEX #14554D Cyprus

📋 copy color: '#14554D'

red 20 ◦ green 85 ◦ blue 77

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

Shades of Cyprus #14554D

Tints of Cyprus #14554D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 46.7%

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

R = 10.99%
G = 46.7%
B = 42.31%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.09

 K value IS 0.67

RGB Variations

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

Color information

#14554D (or 0x14554D) is known color: Cyprus. HEX triplet: 14, 55 and 4D. RGB value is (20,85,77). Sum of RGB (Red+Green+Blue) = 20+85+77=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 85 - color contains mainly: green. Hex color #14554D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14554D is #EBAAB2. Grayscale: #404040. Windows color (decimal): -15444659 or 5068052. OLE color: 5068052.

HSL color Cylindrical-coordinate representation of color #14554D: hue angle of 172.62º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #14554D is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 85 77 -
CMYK 0.76 0 0.09 0.67
HSL 172.62º 0.62% 0.21% -
HSV(B) 172.62º 0.76% 0.33% -
XYZ 4.88 7.18 8.15 -
YUV 64.65 134.97 96.15 -
System Red Green Blue C M Y K H S L
Decimal 20 85 77 0.76 0 0.09 0.67 172.62 0.62 0.21
Hex 14 55 4D 4C 0 9 43 AD 3E 15
Octal 24 125 115 114 0 11 103 255 76 25
Binary 10100 1010101 1001101 1001100 0 1001 1000011 10101101 111110 10101

Color Harmonies of #14554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14554D

Black with #14554D

Text Example


Text Example

White with #14554D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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