#125153

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

Shades of Cyprus #125153

Tints of Cyprus #125153

Color information

#125153 (or 0x125153) is unknown color: approx Cyprus. HEX triplet: 12, 51 and 53. RGB value is (18,81,83). Sum of RGB (Red+Green+Blue) = 18+81+83=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 83 - color contains mainly: blue. Hex color #125153 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125153 is #EDAEAC. Grayscale: #3E3E3E. Windows color (decimal): -15576749 or 5460242. OLE color: 5460242.

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

Color convert

RGB188183-
CMYK0.780.0200.67
HSL181.85º64.36%19.8%-
HSV(B)181.85º78.31%32.55%-
XYZ4.756.649.21-
YUV62.39139.6396.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.89%
GREEN value IS 81 (32.03% from 255) = 44.51%
BLUE value IS 83 (32.81% from 255) = 45.60%
R=9.89%
G=44.51%
B=45.60%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1881830.780.0200.67181.8564.3619.8
Hex1251534E2043b64014
Octal221211231162010326610024
Binary10010101000110100111001110100100001110110110100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125153; }

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

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

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

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

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

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

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

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