#185452

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

Shades of Cyprus #185452

Tints of Cyprus #185452

Color information

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

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

Color convert

RGB248482-
CMYK0.7100.020.67
HSL178º55.56%21.18%-
HSV(B)178º71.43%32.94%-
XYZ5.077.149.09-
YUV65.83137.1298.16-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2484820.7100.020.6717855.5621.18
Hex185452470243b23815
Octal30124122107021032627025
Binary1100010101001010010100011101010000111011001011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185452; }

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

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

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

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

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

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

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

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