#124848

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

Shades of Cyprus #124848

Tints of Cyprus #124848

Color information

#124848 (or 0x124848) is unknown color: approx Cyprus. HEX triplet: 12, 48 and 48. RGB value is (18,72,72). Sum of RGB (Red+Green+Blue) = 18+72+72=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 72 (28.52% from 255 or 44.44% from 162); Max value from RGB is 72 - color contains mainly: green, blue. Hex color #124848 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124848 is #EDB7B7. Grayscale: #373737. Windows color (decimal): -15579064 or 4737042. OLE color: 4737042.

HSL color Cylindrical-coordinate representation of color #124848: hue angle of 180º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124848 is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB187272-
CMYK0.75000.72
HSL180º60%17.65%-
HSV(B)180º75%28.24%-
XYZ3.745.236.94-
YUV55.85137.11101-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.11%
GREEN value IS 72 (28.52% from 255) = 44.44%
BLUE value IS 72 (28.52% from 255) = 44.44%
R=11.11%
G=44.44%
B=44.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1872720.75000.721806017.65
Hex1248484B0048b43c12
Octal22110110113001102647422
Binary100101001000100100010010110010010001011010011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124848; }

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

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

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

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

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

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

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

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