Html Css Color HEX #125E75 Allports

📋 copy color: '#125E75'

red 18 ◦ green 94 ◦ blue 117

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

Shades of Allports #125E75

Tints of Allports #125E75

RGB

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

 GREEN value IS 94 (37.11% from 255) = 41.05%

 BLUE value IS 117 (46.09% from 255) = 51.09%

R = 7.86%
G = 41.05%
B = 51.09%

CMYK

 C value IS 0.85

 M value IS 0.20

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#125E75 (or 0x125E75) is known color: Allports. HEX triplet: 12, 5E and 75. RGB value is (18,94,117). Sum of RGB (Red+Green+Blue) = 18+94+117=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 94 (37.11% from 255 or 41.05% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #125E75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125E75 is #EDA18A. Grayscale: #494949. Windows color (decimal): -15573387 or 7691794. OLE color: 7691794.

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

Color convert

RGB 18 94 117 -
CMYK 0.85 0.20 0 0.54
HSL 193.94º 0.73% 0.26% -
HSV(B) 193.94º 0.85% 0.46% -
XYZ 7.46 9.42 18.25 -
YUV 73.9 152.32 88.13 -
System Red Green Blue C M Y K H S L
Decimal 18 94 117 0.85 0.20 0 0.54 193.94 0.73 0.26
Hex 12 5E 75 55 14 0 36 C2 49 1A
Octal 22 136 165 125 24 0 66 302 111 32
Binary 10010 1011110 1110101 1010101 10100 0 110110 11000010 1001001 11010

Color Harmonies of #125E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125E75

Black with #125E75

Text Example


Text Example

White with #125E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,94,117); }

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

background-color css

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

 a { background-color: rgb(18,94,117); }

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

border-color css

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

 span { border-color: rgb(18,94,117); }

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