#18534C

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

Shades of Cyprus #18534C

Tints of Cyprus #18534C

Color information

#18534C (or 0x18534C) is unknown color: approx Cyprus. HEX triplet: 18, 53 and 4C. RGB value is (24,83,76). Sum of RGB (Red+Green+Blue) = 24+83+76=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 83 - color contains mainly: green. Hex color #18534C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18534C is #E7ACB3. Grayscale: #404040. Windows color (decimal): -15183028 or 5002008. OLE color: 5002008.

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

Color convert

RGB248376-
CMYK0.7100.080.67
HSL172.88º55.14%20.98%-
HSV(B)172.88º71.08%32.55%-
XYZ4.776.97.92-
YUV64.56134.4599.07-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.11%
GREEN value IS 83 (32.81% from 255) = 45.36%
BLUE value IS 76 (30.08% from 255) = 41.53%
R=13.11%
G=45.36%
B=41.53%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2483760.7100.080.67172.8855.1420.98
Hex18534C470843ad3715
Octal301231141070101032556725
Binary110001010011100110010001110100010000111010110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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