Html Css Color HEX #0A686F Blue Lagoon

📋 copy color: '#0A686F'

red 10 ◦ green 104 ◦ blue 111

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

Shades of Blue Lagoon #0A686F

Tints of Blue Lagoon #0A686F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 46.22%

 BLUE value IS 111 (43.75% from 255) = 49.33%

R = 4.44%
G = 46.22%
B = 49.33%

CMYK

 C value IS 0.91

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0A686F (or 0x0A686F) is known color: Blue Lagoon. HEX triplet: 0A, 68 and 6F. RGB value is (10,104,111). Sum of RGB (Red+Green+Blue) = 10+104+111=225 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.44% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 111 (43.75% from 255 or 49.33% from 225); Max value from RGB is 111 - color contains mainly: blue. Hex color #0A686F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A686F is #F59790. Grayscale: #4C4C4C. Windows color (decimal): -16095121 or 7301130. OLE color: 7301130.

HSL color Cylindrical-coordinate representation of color #0A686F: hue angle of 184.16º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A686F is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 10 104 111 -
CMYK 0.91 0.06 0 0.56
HSL 184.16º 0.83% 0.24% -
HSV(B) 184.16º 0.91% 0.44% -
XYZ 7.94 11.11 16.77 -
YUV 76.69 147.36 80.43 -
System Red Green Blue C M Y K H S L
Decimal 10 104 111 0.91 0.06 0 0.56 184.16 0.83 0.24
Hex A 68 6F 5B 6 0 38 B8 53 18
Octal 12 150 157 133 6 0 70 270 123 30
Binary 1010 1101000 1101111 1011011 110 0 111000 10111000 1010011 11000

Color Harmonies of #0A686F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A686F

Black with #0A686F

Text Example


Text Example

White with #0A686F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,104,111); }

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

background-color css

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

 a { background-color: rgb(10,104,111); }

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

border-color css

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

 span { border-color: rgb(10,104,111); }

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