Html Css Color HEX #0A6E79 Blue Lagoon

📋 copy color: '#0A6E79'

red 10 ◦ green 110 ◦ blue 121

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

Shades of Blue Lagoon #0A6E79

Tints of Blue Lagoon #0A6E79

RGB

 RED value IS 10 (4.3% from 255) = 4.15%

 GREEN value IS 110 (43.36% from 255) = 45.64%

 BLUE value IS 121 (47.66% from 255) = 50.21%

R = 4.15%
G = 45.64%
B = 50.21%

CMYK

 C value IS 0.92

 M value IS 0.09

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#0A6E79 (or 0x0A6E79) is known color: Blue Lagoon. HEX triplet: 0A, 6E and 79. RGB value is (10,110,121). Sum of RGB (Red+Green+Blue) = 10+110+121=241 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.15% from 241); Green value is 110 (43.36% from 255 or 45.64% from 241); Blue value is 121 (47.66% from 255 or 50.21% from 241); Max value from RGB is 121 - color contains mainly: blue. Hex color #0A6E79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6E79 is #F59186. Grayscale: #515151. Windows color (decimal): -16093575 or 7958026. OLE color: 7958026.

HSL color Cylindrical-coordinate representation of color #0A6E79: hue angle of 185.95º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A6E79 is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 10 110 121 -
CMYK 0.92 0.09 0 0.53
HSL 185.95º 0.85% 0.26% -
HSV(B) 185.95º 0.92% 0.47% -
XYZ 9.15 12.6 20.04 -
YUV 81.35 150.37 77.11 -
System Red Green Blue C M Y K H S L
Decimal 10 110 121 0.92 0.09 0 0.53 185.95 0.85 0.26
Hex A 6E 79 5C 9 0 35 BA 55 1A
Octal 12 156 171 134 11 0 65 272 125 32
Binary 1010 1101110 1111001 1011100 1001 0 110101 10111010 1010101 11010

Color Harmonies of #0A6E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6E79

Black with #0A6E79

Text Example


Text Example

White with #0A6E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A6E79; }

 p { color: rgb(10,110,121); }

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

background-color css

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

 a { background-color: rgb(10,110,121); }

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

border-color css

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

 span { border-color: rgb(10,110,121); }

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