#125354

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

Shades of Cyprus #125354

Tints of Cyprus #125354

Color information

#125354 (or 0x125354) is unknown color: approx Cyprus. HEX triplet: 12, 53 and 54. RGB value is (18,83,84). Sum of RGB (Red+Green+Blue) = 18+83+84=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 84 (33.20% from 255 or 45.41% from 185); Max value from RGB is 84 - color contains mainly: blue. Hex color #125354 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125354 is #EDACAB. Grayscale: #3F3F3F. Windows color (decimal): -15576236 or 5526290. OLE color: 5526290.

HSL color Cylindrical-coordinate representation of color #125354: hue angle of 180.91º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125354 is Cyan = 0.79, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB188384-
CMYK0.790.0100.67
HSL180.91º64.71%20%-
HSV(B)180.91º78.57%32.94%-
XYZ4.946.969.47-
YUV63.68139.4795.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.73%
GREEN value IS 83 (32.81% from 255) = 44.86%
BLUE value IS 84 (33.20% from 255) = 45.41%
R=9.73%
G=44.86%
B=45.41%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1883840.790.0100.67180.9164.7120
Hex1253544F1043b54114
Octal221231241171010326510124
Binary1001010100111010100100111110100001110110101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125354; }

 p { color: rgb(18,83,84); }

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

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

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

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

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

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

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