#18554F

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

Shades of Cyprus #18554F

Tints of Cyprus #18554F

Color information

#18554F (or 0x18554F) is unknown color: approx Cyprus. HEX triplet: 18, 55 and 4F. RGB value is (24,85,79). Sum of RGB (Red+Green+Blue) = 24+85+79=188 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.77% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 79 (31.25% from 255 or 42.02% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #18554F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18554F is #E7AAB0. Grayscale: #424242. Windows color (decimal): -15182513 or 5199128. OLE color: 5199128.

HSL color Cylindrical-coordinate representation of color #18554F: hue angle of 174.1º 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 #18554F is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB248579-
CMYK0.7200.070.67
HSL174.1º55.96%21.37%-
HSV(B)174.1º71.76%33.33%-
XYZ5.047.268.53-
YUV66.08135.2997.99-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.77%
GREEN value IS 85 (33.59% from 255) = 45.21%
BLUE value IS 79 (31.25% from 255) = 42.02%
R=12.77%
G=45.21%
B=42.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2485790.7200.070.67174.155.9621.37
Hex18554F480743ae3815
Octal30125117110071032567025
Binary11000101010110011111001000011110000111010111011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18554F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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