#18554C

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

Shades of Cyprus #18554C

Tints of Cyprus #18554C

Color information

#18554C (or 0x18554C) is unknown color: approx Cyprus. HEX triplet: 18, 55 and 4C. RGB value is (24,85,76). Sum of RGB (Red+Green+Blue) = 24+85+76=185 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.97% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 76 (30.08% from 255 or 41.08% from 185); Max value from RGB is 85 - color contains mainly: green. Hex color #18554C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18554C is #E7AAB3. Grayscale: #414141. Windows color (decimal): -15182516 or 5002520. OLE color: 5002520.

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

Color convert

RGB248576-
CMYK0.7200.110.67
HSL171.15º55.96%21.37%-
HSV(B)171.15º71.76%33.33%-
XYZ4.937.217.97-
YUV65.74133.7998.23-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.97%
GREEN value IS 85 (33.59% from 255) = 45.95%
BLUE value IS 76 (30.08% from 255) = 41.08%
R=12.97%
G=45.95%
B=41.08%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2485760.7200.110.67171.1555.9621.37
Hex18554C480B43ab3815
Octal301251141100131032537025
Binary110001010101100110010010000101110000111010101111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18554C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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