#125C76

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

Shades of Orient #125C76

Tints of Orient #125C76

Color information

#125C76 (or 0x125C76) is unknown color: approx Orient. HEX triplet: 12, 5C and 76. RGB value is (18,92,118). Sum of RGB (Red+Green+Blue) = 18+92+118=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 92 (36.33% from 255 or 40.35% from 228); Blue value is 118 (46.48% from 255 or 51.75% from 228); Max value from RGB is 118 - color contains mainly: blue. Hex color #125C76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125C76 is #EDA389. Grayscale: #484848. Windows color (decimal): -15573898 or 7756818. OLE color: 7756818.

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

Color convert

RGB1892118-
CMYK0.850.2200.54
HSL195.6º73.53%26.67%-
HSV(B)195.6º84.75%46.27%-
XYZ7.359.0918.51-
YUV72.84153.4888.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.89%
GREEN value IS 92 (36.33% from 255) = 40.35%
BLUE value IS 118 (46.48% from 255) = 51.75%
R=7.89%
G=40.35%
B=51.75%

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
Decimal18921180.850.2200.54195.673.5326.67
Hex125C765516036c44a1b
Octal221341661252606630411233
Binary1001010111001110110101010110110011011011000100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,92,118); }

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

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

 a { background-color: rgb(18,92,118); }

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

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

 span { border-color: rgb(18,92,118); }

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