#12484D

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

Shades of Cyprus #12484D

Tints of Cyprus #12484D

Color information

#12484D (or 0x12484D) is unknown color: approx Cyprus. HEX triplet: 12, 48 and 4D. RGB value is (18,72,77). Sum of RGB (Red+Green+Blue) = 18+72+77=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 77 (30.47% from 255 or 46.11% from 167); Max value from RGB is 77 - color contains mainly: blue. Hex color #12484D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #12484D is #EDB7B2. Grayscale: #383838. Windows color (decimal): -15579059 or 5064722. OLE color: 5064722.

HSL color Cylindrical-coordinate representation of color #12484D: hue angle of 185.08º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #12484D is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB187277-
CMYK0.770.0600.70
HSL185.08º62.11%18.63%-
HSV(B)185.08º76.62%30.2%-
XYZ3.915.37.84-
YUV56.42139.61100.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.78%
GREEN value IS 72 (28.52% from 255) = 43.11%
BLUE value IS 77 (30.47% from 255) = 46.11%
R=10.78%
G=43.11%
B=46.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1872770.770.0600.70185.0862.1118.63
Hex12484D4D6046b93e13
Octal22110115115601062717623
Binary10010100100010011011001101110010001101011100111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12484D; }

 p { color: rgb(18,72,77); }

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

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

 a { background-color: rgb(18,72,77); }

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

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

 span { border-color: rgb(18,72,77); }

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