Html Css Color HEX #125D71 Blue Lagoon

📋 copy color: '#125D71'

red 18 ◦ green 93 ◦ blue 113

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

Shades of Blue Lagoon #125D71

Tints of Blue Lagoon #125D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 50.45%

R = 8.04%
G = 41.52%
B = 50.45%

CMYK

 C value IS 0.84

 M value IS 0.18

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#125D71 (or 0x125D71) is known color: Blue Lagoon. HEX triplet: 12, 5D and 71. RGB value is (18,93,113). Sum of RGB (Red+Green+Blue) = 18+93+113=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 93 (36.72% from 255 or 41.52% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #125D71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125D71 is #EDA28E. Grayscale: #484848. Windows color (decimal): -15573647 or 7429394. OLE color: 7429394.

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

Color convert

RGB 18 93 113 -
CMYK 0.84 0.18 0 0.56
HSL 192.63º 0.73% 0.26% -
HSV(B) 192.63º 0.84% 0.44% -
XYZ 7.14 9.15 17.01 -
YUV 72.86 150.65 88.87 -
System Red Green Blue C M Y K H S L
Decimal 18 93 113 0.84 0.18 0 0.56 192.63 0.73 0.26
Hex 12 5D 71 54 12 0 38 C1 49 1A
Octal 22 135 161 124 22 0 70 301 111 32
Binary 10010 1011101 1110001 1010100 10010 0 111000 11000001 1001001 11010

Color Harmonies of #125D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125D71

Black with #125D71

Text Example


Text Example

White with #125D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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