#124F4B

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

Shades of Cyprus #124F4B

Tints of Cyprus #124F4B

Color information

#124F4B (or 0x124F4B) is unknown color: approx Cyprus. HEX triplet: 12, 4F and 4B. RGB value is (18,79,75). Sum of RGB (Red+Green+Blue) = 18+79+75=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 79 (31.25% from 255 or 45.93% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 79 - color contains mainly: green. Hex color #124F4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124F4B is #EDB0B4. Grayscale: #3C3C3C. Windows color (decimal): -15577269 or 4935442. OLE color: 4935442.

HSL color Cylindrical-coordinate representation of color #124F4B: hue angle of 176.07º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124F4B is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB187975-
CMYK0.7700.050.69
HSL176.07º62.89%19.02%-
HSV(B)176.07º77.22%30.98%-
XYZ4.326.237.63-
YUV60.3136.2997.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.47%
GREEN value IS 79 (31.25% from 255) = 45.93%
BLUE value IS 75 (29.69% from 255) = 43.60%
R=10.47%
G=45.93%
B=43.60%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1879750.7700.050.69176.0762.8919.02
Hex124F4B4D0545b03f13
Octal22117113115051052607723
Binary10010100111110010111001101010110001011011000011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124F4B; }

 p { color: rgb(18,79,75); }

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

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

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

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

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

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

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