Html Css Color HEX #0A676F Blue Lagoon

📋 copy color: '#0A676F'

red 10 ◦ green 103 ◦ blue 111

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

Shades of Blue Lagoon #0A676F

Tints of Blue Lagoon #0A676F

RGB

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

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

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

R = 4.46%
G = 45.98%
B = 49.55%

CMYK

 C value IS 0.91

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0A676F (or 0x0A676F) is known color: Blue Lagoon. HEX triplet: 0A, 67 and 6F. RGB value is (10,103,111). Sum of RGB (Red+Green+Blue) = 10+103+111=224 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.46% from 224); Green value is 103 (40.62% from 255 or 45.98% from 224); Blue value is 111 (43.75% from 255 or 49.55% from 224); Max value from RGB is 111 - color contains mainly: blue. Hex color #0A676F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A676F is #F59890. Grayscale: #4B4B4B. Windows color (decimal): -16095377 or 7300874. OLE color: 7300874.

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

Color convert

RGB 10 103 111 -
CMYK 0.91 0.07 0 0.56
HSL 184.75º 0.83% 0.24% -
HSV(B) 184.75º 0.91% 0.44% -
XYZ 7.84 10.91 16.73 -
YUV 76.11 147.69 80.85 -
System Red Green Blue C M Y K H S L
Decimal 10 103 111 0.91 0.07 0 0.56 184.75 0.83 0.24
Hex A 67 6F 5B 7 0 38 B9 53 18
Octal 12 147 157 133 7 0 70 271 123 30
Binary 1010 1100111 1101111 1011011 111 0 111000 10111001 1010011 11000

Color Harmonies of #0A676F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A676F

Black with #0A676F

Text Example


Text Example

White with #0A676F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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