Html Css Color HEX #125E70 Blue Lagoon

📋 copy color: '#125E70'

red 18 ◦ green 94 ◦ blue 112

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

Shades of Blue Lagoon #125E70

Tints of Blue Lagoon #125E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 50%

R = 8.04%
G = 41.96%
B = 50%

CMYK

 C value IS 0.84

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#125E70 (or 0x125E70) is known color: Blue Lagoon. HEX triplet: 12, 5E and 70. RGB value is (18,94,112). Sum of RGB (Red+Green+Blue) = 18+94+112=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 94 (37.11% from 255 or 41.96% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #125E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125E70 is #EDA18F. Grayscale: #494949. Windows color (decimal): -15573392 or 7364114. OLE color: 7364114.

HSL color Cylindrical-coordinate representation of color #125E70: hue angle of 191.49º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #125E70 is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 94 112 -
CMYK 0.84 0.16 0 0.56
HSL 191.49º 0.72% 0.25% -
HSV(B) 191.49º 0.84% 0.44% -
XYZ 7.18 9.3 16.75 -
YUV 73.33 149.82 88.54 -
System Red Green Blue C M Y K H S L
Decimal 18 94 112 0.84 0.16 0 0.56 191.49 0.72 0.25
Hex 12 5E 70 54 10 0 38 BF 48 19
Octal 22 136 160 124 20 0 70 277 110 31
Binary 10010 1011110 1110000 1010100 10000 0 111000 10111111 1001000 11001

Color Harmonies of #125E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125E70

Black with #125E70

Text Example


Text Example

White with #125E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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