Html Css Color HEX #125C76 Orient

📋 copy color: '#125C76'

red 18 ◦ green 92 ◦ blue 118

#125C76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orient #125C76

Tints of Orient #125C76

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 value IS 0.85

 M value IS 0.22

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#125C76 (or 0x125C76) is known color: 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

RGB 18 92 118 -
CMYK 0.85 0.22 0 0.54
HSL 195.6º 0.74% 0.27% -
HSV(B) 195.6º 0.85% 0.46% -
XYZ 7.35 9.09 18.51 -
YUV 72.84 153.48 88.89 -
System Red Green Blue C M Y K H S L
Decimal 18 92 118 0.85 0.22 0 0.54 195.6 0.74 0.27
Hex 12 5C 76 55 16 0 36 C4 4A 1B
Octal 22 134 166 125 26 0 66 304 112 33
Binary 10010 1011100 1110110 1010101 10110 0 110110 11000100 1001010 11011

Color Harmonies of #125C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125C76

Black with #125C76

Text Example


Text Example

White with #125C76

Text Example


Text Example

HTML Codes & Css Web 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>