#125B75

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

Shades of Orient #125B75

Tints of Orient #125B75

Color information

#125B75 (or 0x125B75) is unknown color: approx Orient. HEX triplet: 12, 5B and 75. RGB value is (18,91,117). Sum of RGB (Red+Green+Blue) = 18+91+117=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 91 (35.94% from 255 or 40.27% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #125B75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125B75 is #EDA48A. Grayscale: #474747. Windows color (decimal): -15574155 or 7691026. OLE color: 7691026.

HSL color Cylindrical-coordinate representation of color #125B75: hue angle of 195.76º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #125B75 is Cyan = 0.85, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1891117-
CMYK0.850.2200.54
HSL195.76º73.33%26.47%-
HSV(B)195.76º84.62%45.88%-
XYZ7.28.918.17-
YUV72.14153.3289.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.96%
GREEN value IS 91 (35.94% from 255) = 40.27%
BLUE value IS 117 (46.09% from 255) = 51.77%
R=7.96%
G=40.27%
B=51.77%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18911170.850.2200.54195.7673.3326.47
Hex125B755516036c4491a
Octal221331651252606630411132
Binary1001010110111110101101010110110011011011000100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125B75; }

 p { color: rgb(18,91,117); }

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

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

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

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

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

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

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