#18514C

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

Shades of Cyprus #18514C

Tints of Cyprus #18514C

Color information

#18514C (or 0x18514C) is unknown color: approx Cyprus. HEX triplet: 18, 51 and 4C. RGB value is (24,81,76). Sum of RGB (Red+Green+Blue) = 24+81+76=181 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.26% from 181); Green value is 81 (32.03% from 255 or 44.75% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 81 - color contains mainly: green. Hex color #18514C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18514C is #E7AEB3. Grayscale: #3F3F3F. Windows color (decimal): -15183540 or 5001496. OLE color: 5001496.

HSL color Cylindrical-coordinate representation of color #18514C: hue angle of 174.74º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #18514C is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB248176-
CMYK0.7000.060.68
HSL174.74º54.29%20.59%-
HSV(B)174.74º70.37%31.76%-
XYZ4.626.67.87-
YUV63.39135.1299.91-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.26%
GREEN value IS 81 (32.03% from 255) = 44.75%
BLUE value IS 76 (30.08% from 255) = 41.99%
R=13.26%
G=44.75%
B=41.99%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2481760.7000.060.68174.7454.2920.59
Hex18514C460644af3615
Octal30121114106061042576625
Binary11000101000110011001000110011010001001010111111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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