#18554E

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

Shades of Cyprus #18554E

Tints of Cyprus #18554E

Color information

#18554E (or 0x18554E) is unknown color: approx Cyprus. HEX triplet: 18, 55 and 4E. RGB value is (24,85,78). Sum of RGB (Red+Green+Blue) = 24+85+78=187 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.83% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 78 (30.86% from 255 or 41.71% from 187); Max value from RGB is 85 - color contains mainly: green. Hex color #18554E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18554E is #E7AAB1. Grayscale: #414141. Windows color (decimal): -15182514 or 5133592. OLE color: 5133592.

HSL color Cylindrical-coordinate representation of color #18554E: hue angle of 173.11º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #18554E is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB248578-
CMYK0.7200.080.67
HSL173.11º55.96%21.37%-
HSV(B)173.11º71.76%33.33%-
XYZ57.248.34-
YUV65.96134.7998.07-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.83%
GREEN value IS 85 (33.59% from 255) = 45.45%
BLUE value IS 78 (30.86% from 255) = 41.71%
R=12.83%
G=45.45%
B=41.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2485780.7200.080.67173.1155.9621.37
Hex18554E480843ad3815
Octal301251161100101032557025
Binary110001010101100111010010000100010000111010110111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18554E; }

 p { color: rgb(24,85,78); }

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

<style>
 a { background-color: #18554E; }

 a { background-color: rgb(24,85,78); }

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

<style>
 span { border-color: #18554E; }

 span { border-color: rgb(24,85,78); }

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