Html Css Color HEX #125D73 Allports

📋 copy color: '#125D73'

red 18 ◦ green 93 ◦ blue 115

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

Shades of Allports #125D73

Tints of Allports #125D73

RGB

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

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

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

R = 7.96%
G = 41.15%
B = 50.88%

CMYK

 C value IS 0.84

 M value IS 0.19

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#125D73 (or 0x125D73) is known color: Allports. HEX triplet: 12, 5D and 73. RGB value is (18,93,115). Sum of RGB (Red+Green+Blue) = 18+93+115=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 93 (36.72% from 255 or 41.15% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #125D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125D73 is #EDA28C. Grayscale: #484848. Windows color (decimal): -15573645 or 7560466. OLE color: 7560466.

HSL color Cylindrical-coordinate representation of color #125D73: hue angle of 193.61º 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 #125D73 is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 93 115 -
CMYK 0.84 0.19 0 0.55
HSL 193.61º 0.73% 0.26% -
HSV(B) 193.61º 0.84% 0.45% -
XYZ 7.26 9.2 17.61 -
YUV 73.08 151.65 88.71 -
System Red Green Blue C M Y K H S L
Decimal 18 93 115 0.84 0.19 0 0.55 193.61 0.73 0.26
Hex 12 5D 73 54 13 0 37 C2 49 1A
Octal 22 135 163 124 23 0 67 302 111 32
Binary 10010 1011101 1110011 1010100 10011 0 110111 11000010 1001001 11010

Color Harmonies of #125D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125D73

Black with #125D73

Text Example


Text Example

White with #125D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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