Html Css Color HEX #126770 Blue Lagoon

📋 copy color: '#126770'

red 18 ◦ green 103 ◦ blue 112

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

Shades of Blue Lagoon #126770

Tints of Blue Lagoon #126770

RGB

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

 GREEN value IS 103 (40.63% from 255) = 44.21%

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

R = 7.73%
G = 44.21%
B = 48.07%

CMYK

 C value IS 0.84

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#126770 (or 0x126770) is known color: Blue Lagoon. HEX triplet: 12, 67 and 70. RGB value is (18,103,112). Sum of RGB (Red+Green+Blue) = 18+103+112=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 103 (40.62% from 255 or 44.21% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 112 - color contains mainly: blue. Hex color #126770 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126770 is #ED988F. Grayscale: #4E4E4E. Windows color (decimal): -15571088 or 7366418. OLE color: 7366418.

HSL color Cylindrical-coordinate representation of color #126770: hue angle of 185.74º 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 #126770 is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 103 112 -
CMYK 0.84 0.08 0 0.56
HSL 185.74º 0.72% 0.25% -
HSV(B) 185.74º 0.84% 0.44% -
XYZ 8.02 11 17.03 -
YUV 78.61 146.84 84.77 -
System Red Green Blue C M Y K H S L
Decimal 18 103 112 0.84 0.08 0 0.56 185.74 0.72 0.25
Hex 12 67 70 54 8 0 38 BA 48 19
Octal 22 147 160 124 10 0 70 272 110 31
Binary 10010 1100111 1110000 1010100 1000 0 111000 10111010 1001000 11001

Color Harmonies of #126770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126770

Black with #126770

Text Example


Text Example

White with #126770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126770; }

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

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

background-color css

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

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

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

border-color css

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

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

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