#124A4B

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

Shades of Cyprus #124A4B

Tints of Cyprus #124A4B

Color information

#124A4B (or 0x124A4B) is unknown color: approx Cyprus. HEX triplet: 12, 4A and 4B. RGB value is (18,74,75). Sum of RGB (Red+Green+Blue) = 18+74+75=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 74 (29.30% from 255 or 44.31% from 167); Blue value is 75 (29.69% from 255 or 44.91% from 167); Max value from RGB is 75 - color contains mainly: blue. Hex color #124A4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124A4B is #EDB5B4. Grayscale: #393939. Windows color (decimal): -15578549 or 4934162. OLE color: 4934162.

HSL color Cylindrical-coordinate representation of color #124A4B: hue angle of 181.05º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #124A4B is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB187475-
CMYK0.760.0100.71
HSL181.05º61.29%18.24%-
HSV(B)181.05º76%29.41%-
XYZ3.975.537.52-
YUV57.37137.9599.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.78%
GREEN value IS 74 (29.30% from 255) = 44.31%
BLUE value IS 75 (29.69% from 255) = 44.91%
R=10.78%
G=44.31%
B=44.91%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1874750.760.0100.71181.0561.2918.24
Hex124A4B4C1047b53d12
Octal22112113114101072657522
Binary100101001010100101110011001010001111011010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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