Html Css Color HEX #125A6E Blue Lagoon

📋 copy color: '#125A6E'

red 18 ◦ green 90 ◦ blue 110

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

Shades of Blue Lagoon #125A6E

Tints of Blue Lagoon #125A6E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 41.28%

 BLUE value IS 110 (43.36% from 255) = 50.46%

R = 8.26%
G = 41.28%
B = 50.46%

CMYK

 C value IS 0.84

 M value IS 0.18

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#125A6E (or 0x125A6E) is known color: Blue Lagoon. HEX triplet: 12, 5A and 6E. RGB value is (18,90,110). Sum of RGB (Red+Green+Blue) = 18+90+110=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 90 (35.55% from 255 or 41.28% from 218); Blue value is 110 (43.36% from 255 or 50.46% from 218); Max value from RGB is 110 - color contains mainly: blue. Hex color #125A6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125A6E is #EDA591. Grayscale: #464646. Windows color (decimal): -15574418 or 7232018. OLE color: 7232018.

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

Color convert

RGB 18 90 110 -
CMYK 0.84 0.18 0 0.57
HSL 193.04º 0.72% 0.25% -
HSV(B) 193.04º 0.84% 0.43% -
XYZ 6.72 8.57 16.05 -
YUV 70.75 150.15 90.37 -
System Red Green Blue C M Y K H S L
Decimal 18 90 110 0.84 0.18 0 0.57 193.04 0.72 0.25
Hex 12 5A 6E 54 12 0 39 C1 48 19
Octal 22 132 156 124 22 0 71 301 110 31
Binary 10010 1011010 1101110 1010100 10010 0 111001 11000001 1001000 11001

Color Harmonies of #125A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125A6E

Black with #125A6E

Text Example


Text Example

White with #125A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,90,110); }

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

background-color css

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

 a { background-color: rgb(18,90,110); }

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

border-color css

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

 span { border-color: rgb(18,90,110); }

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