#14554B

Color #14554B Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #14554B

Tints of Cyprus #14554B

Color information

#14554B (or 0x14554B) is unknown color: approx Cyprus. HEX triplet: 14, 55 and 4B. RGB value is (20,85,75). Sum of RGB (Red+Green+Blue) = 20+85+75=180 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.11% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #14554B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14554B is #EBAAB4. Grayscale: #404040. Windows color (decimal): -15444661 or 4936980. OLE color: 4936980.

HSL color Cylindrical-coordinate representation of color #14554B: hue angle of 170.77º 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 #14554B is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB208575-
CMYK0.7600.120.67
HSL170.77º61.9%20.59%-
HSV(B)170.77º76.47%33.33%-
XYZ4.817.157.78-
YUV64.42133.9796.31-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.11%
GREEN value IS 85 (33.59% from 255) = 47.22%
BLUE value IS 75 (29.69% from 255) = 41.67%
R=11.11%
G=47.22%
B=41.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2085750.7600.120.67170.7761.920.59
Hex14554B4C0C43ab3e15
Octal241251131140141032537625
Binary101001010101100101110011000110010000111010101111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #14554B;
 }
 .AnyTagClassName
 {
   color: #14554B;
 }
</style>
background-color css

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

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

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

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

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

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