#185450

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

Shades of Cyprus #185450

Tints of Cyprus #185450

Color information

#185450 (or 0x185450) is unknown color: approx Cyprus. HEX triplet: 18, 54 and 50. RGB value is (24,84,80). Sum of RGB (Red+Green+Blue) = 24+84+80=188 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.77% from 188); Green value is 84 (33.20% from 255 or 44.68% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 84 - color contains mainly: green. Hex color #185450 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185450 is #E7ABAF. Grayscale: #414141. Windows color (decimal): -15182768 or 5264408. OLE color: 5264408.

HSL color Cylindrical-coordinate representation of color #185450: hue angle of 176º degrees, saturation: 0.56, 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 #185450 is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB248480-
CMYK0.7100.050.67
HSL176º55.56%21.18%-
HSV(B)176º71.43%32.94%-
XYZ4.997.118.7-
YUV65.6136.1298.33-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.77%
GREEN value IS 84 (33.20% from 255) = 44.68%
BLUE value IS 80 (31.64% from 255) = 42.55%
R=12.77%
G=44.68%
B=42.55%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2484800.7100.050.6717655.5621.18
Hex185450470543b03815
Octal30124120107051032607025
Binary11000101010010100001000111010110000111011000011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185450; }

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

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

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

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

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

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

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

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