Html Css Color HEX #0A676C Blue Lagoon

📋 copy color: '#0A676C'

red 10 ◦ green 103 ◦ blue 108

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

Shades of Blue Lagoon #0A676C

Tints of Blue Lagoon #0A676C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 48.87%

R = 4.52%
G = 46.61%
B = 48.87%

CMYK

 C value IS 0.91

 M value IS 0.05

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0A676C (or 0x0A676C) is known color: Blue Lagoon. HEX triplet: 0A, 67 and 6C. RGB value is (10,103,108). Sum of RGB (Red+Green+Blue) = 10+103+108=221 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.52% from 221); Green value is 103 (40.62% from 255 or 46.61% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #0A676C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A676C is #F59893. Grayscale: #4B4B4B. Windows color (decimal): -16095380 or 7104266. OLE color: 7104266.

HSL color Cylindrical-coordinate representation of color #0A676C: hue angle of 183.06º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A676C is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 10 103 108 -
CMYK 0.91 0.05 0 0.58
HSL 183.06º 0.83% 0.23% -
HSV(B) 183.06º 0.91% 0.42% -
XYZ 7.68 10.85 15.88 -
YUV 75.76 146.19 81.09 -
System Red Green Blue C M Y K H S L
Decimal 10 103 108 0.91 0.05 0 0.58 183.06 0.83 0.23
Hex A 67 6C 5B 5 0 3A B7 53 17
Octal 12 147 154 133 5 0 72 267 123 27
Binary 1010 1100111 1101100 1011011 101 0 111010 10110111 1010011 10111

Color Harmonies of #0A676C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A676C

Black with #0A676C

Text Example


Text Example

White with #0A676C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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