#18504C

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

Shades of Cyprus #18504C

Tints of Cyprus #18504C

Color information

#18504C (or 0x18504C) is unknown color: approx Cyprus. HEX triplet: 18, 50 and 4C. RGB value is (24,80,76). Sum of RGB (Red+Green+Blue) = 24+80+76=180 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.33% from 180); Green value is 80 (31.64% from 255 or 44.44% from 180); Blue value is 76 (30.08% from 255 or 42.22% from 180); Max value from RGB is 80 - color contains mainly: green. Hex color #18504C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18504C is #E7AFB3. Grayscale: #3E3E3E. Windows color (decimal): -15183796 or 5001240. OLE color: 5001240.

HSL color Cylindrical-coordinate representation of color #18504C: hue angle of 175.71º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #18504C is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB248076-
CMYK0.7000.050.69
HSL175.71º53.85%20.39%-
HSV(B)175.71º70%31.37%-
XYZ4.556.457.84-
YUV62.8135.45100.33-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.33%
GREEN value IS 80 (31.64% from 255) = 44.44%
BLUE value IS 76 (30.08% from 255) = 42.22%
R=13.33%
G=44.44%
B=42.22%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2480760.7000.050.69175.7153.8520.39
Hex18504C460545b03614
Octal30120114106051052606624
Binary11000101000010011001000110010110001011011000011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18504C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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