Html Css Color HEX #125D76 Allports

📋 copy color: '#125D76'

red 18 ◦ green 93 ◦ blue 118

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

Shades of Allports #125D76

Tints of Allports #125D76

RGB

 RED value IS 18 (7.42% from 255) = 7.86%

 GREEN value IS 93 (36.72% from 255) = 40.61%

 BLUE value IS 118 (46.48% from 255) = 51.53%

R = 7.86%
G = 40.61%
B = 51.53%

CMYK

 C value IS 0.85

 M value IS 0.21

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#125D76 (or 0x125D76) is known color: Allports. HEX triplet: 12, 5D and 76. RGB value is (18,93,118). Sum of RGB (Red+Green+Blue) = 18+93+118=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 93 (36.72% from 255 or 40.61% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #125D76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125D76 is #EDA289. Grayscale: #494949. Windows color (decimal): -15573642 or 7757074. OLE color: 7757074.

HSL color Cylindrical-coordinate representation of color #125D76: hue angle of 195º 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 #125D76 is Cyan = 0.85, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 93 118 -
CMYK 0.85 0.21 0 0.54
HSL 195º 0.74% 0.27% -
HSV(B) 195º 0.85% 0.46% -
XYZ 7.43 9.27 18.54 -
YUV 73.43 153.15 88.47 -
System Red Green Blue C M Y K H S L
Decimal 18 93 118 0.85 0.21 0 0.54 195 0.74 0.27
Hex 12 5D 76 55 15 0 36 C3 4A 1B
Octal 22 135 166 125 25 0 66 303 112 33
Binary 10010 1011101 1110110 1010101 10101 0 110110 11000011 1001010 11011

Color Harmonies of #125D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125D76

Black with #125D76

Text Example


Text Example

White with #125D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #125D76;
 }
 .AnyTagClassName
 {
   color: #125D76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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