Html Css Color HEX #125F73 Allports

📋 copy color: '#125F73'

red 18 ◦ green 95 ◦ blue 115

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

Shades of Allports #125F73

Tints of Allports #125F73

RGB

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

 GREEN value IS 95 (37.5% from 255) = 41.67%

 BLUE value IS 115 (45.31% from 255) = 50.44%

R = 7.89%
G = 41.67%
B = 50.44%

CMYK

 C value IS 0.84

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#125F73 (or 0x125F73) is known color: Allports. HEX triplet: 12, 5F and 73. RGB value is (18,95,115). Sum of RGB (Red+Green+Blue) = 18+95+115=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 95 (37.5% from 255 or 41.67% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #125F73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125F73 is #EDA08C. Grayscale: #4A4A4A. Windows color (decimal): -15573133 or 7560978. OLE color: 7560978.

HSL color Cylindrical-coordinate representation of color #125F73: hue angle of 192.37º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #125F73 is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 95 115 -
CMYK 0.84 0.17 0 0.55
HSL 192.37º 0.73% 0.26% -
HSV(B) 192.37º 0.84% 0.45% -
XYZ 7.44 9.55 17.67 -
YUV 74.26 150.99 87.87 -
System Red Green Blue C M Y K H S L
Decimal 18 95 115 0.84 0.17 0 0.55 192.37 0.73 0.26
Hex 12 5F 73 54 11 0 37 C0 49 1A
Octal 22 137 163 124 21 0 67 300 111 32
Binary 10010 1011111 1110011 1010100 10001 0 110111 11000000 1001001 11010

Color Harmonies of #125F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125F73

Black with #125F73

Text Example


Text Example

White with #125F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,95,115); }

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

background-color css

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

 a { background-color: rgb(18,95,115); }

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

border-color css

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

 span { border-color: rgb(18,95,115); }

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