#185254

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

Shades of Cyprus #185254

Tints of Cyprus #185254

Color information

#185254 (or 0x185254) is unknown color: approx Cyprus. HEX triplet: 18, 52 and 54. RGB value is (24,82,84). Sum of RGB (Red+Green+Blue) = 24+82+84=190 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.63% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 84 (33.20% from 255 or 44.21% from 190); Max value from RGB is 84 - color contains mainly: blue. Hex color #185254 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185254 is #E7ADAB. Grayscale: #404040. Windows color (decimal): -15183276 or 5526040. OLE color: 5526040.

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

Color convert

RGB248284-
CMYK0.710.0200.67
HSL182º55.56%21.18%-
HSV(B)182º71.43%32.94%-
XYZ4.996.879.45-
YUV64.89138.7898.84-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.63%
GREEN value IS 82 (32.42% from 255) = 43.16%
BLUE value IS 84 (33.20% from 255) = 44.21%
R=12.63%
G=43.16%
B=44.21%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2482840.710.0200.6718255.5621.18
Hex185254472043b63815
Octal30122124107201032667025
Binary1100010100101010100100011110010000111011011011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185254; }

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

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

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

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

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

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

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

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