Html Css Color HEX #125D6D Blue Lagoon

📋 copy color: '#125D6D'

red 18 ◦ green 93 ◦ blue 109

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

Shades of Blue Lagoon #125D6D

Tints of Blue Lagoon #125D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 49.55%

R = 8.18%
G = 42.27%
B = 49.55%

CMYK

 C value IS 0.83

 M value IS 0.15

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#125D6D (or 0x125D6D) is known color: Blue Lagoon. HEX triplet: 12, 5D and 6D. RGB value is (18,93,109). Sum of RGB (Red+Green+Blue) = 18+93+109=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 93 (36.72% from 255 or 42.27% from 220); Blue value is 109 (42.97% from 255 or 49.55% from 220); Max value from RGB is 109 - color contains mainly: blue. Hex color #125D6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125D6D is #EDA292. Grayscale: #484848. Windows color (decimal): -15573651 or 7167250. OLE color: 7167250.

HSL color Cylindrical-coordinate representation of color #125D6D: hue angle of 190.55º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #125D6D is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 18 93 109 -
CMYK 0.83 0.15 0 0.57
HSL 190.55º 0.72% 0.25% -
HSV(B) 190.55º 0.83% 0.43% -
XYZ 6.92 9.06 15.85 -
YUV 72.4 148.65 89.2 -
System Red Green Blue C M Y K H S L
Decimal 18 93 109 0.83 0.15 0 0.57 190.55 0.72 0.25
Hex 12 5D 6D 53 F 0 39 BF 48 19
Octal 22 135 155 123 17 0 71 277 110 31
Binary 10010 1011101 1101101 1010011 1111 0 111001 10111111 1001000 11001

Color Harmonies of #125D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125D6D

Black with #125D6D

Text Example


Text Example

White with #125D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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