Html Css Color HEX #08696B Blue Lagoon

📋 copy color: '#08696B'

red 8 ◦ green 105 ◦ blue 107

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

Shades of Blue Lagoon #08696B

Tints of Blue Lagoon #08696B

RGB

 RED value IS 8 (3.52% from 255) = 3.64%

 GREEN value IS 105 (41.41% from 255) = 47.73%

 BLUE value IS 107 (42.19% from 255) = 48.64%

R = 3.64%
G = 47.73%
B = 48.64%

CMYK

 C value IS 0.93

 M value IS 0.02

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#08696B (or 0x08696B) is known color: Blue Lagoon. HEX triplet: 08, 69 and 6B. RGB value is (8,105,107). Sum of RGB (Red+Green+Blue) = 8+105+107=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 105 (41.41% from 255 or 47.73% from 220); Blue value is 107 (42.19% from 255 or 48.64% from 220); Max value from RGB is 107 - color contains mainly: blue. Hex color #08696B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08696B is #F79694. Grayscale: #4C4C4C. Windows color (decimal): -16225941 or 7039240. OLE color: 7039240.

HSL color Cylindrical-coordinate representation of color #08696B: hue angle of 181.21º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08696B is Cyan = 0.93, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 8 105 107 -
CMYK 0.93 0.02 0 0.58
HSL 181.21º 0.86% 0.23% -
HSV(B) 181.21º 0.93% 0.42% -
XYZ 7.81 11.22 15.66 -
YUV 76.23 145.36 79.34 -
System Red Green Blue C M Y K H S L
Decimal 8 105 107 0.93 0.02 0 0.58 181.21 0.86 0.23
Hex 8 69 6B 5D 2 0 3A B5 56 17
Octal 10 151 153 135 2 0 72 265 126 27
Binary 1000 1101001 1101011 1011101 10 0 111010 10110101 1010110 10111

Color Harmonies of #08696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08696B

Black with #08696B

Text Example


Text Example

White with #08696B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08696B; }

 p { color: rgb(8,105,107); }

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

background-color css

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

 a { background-color: rgb(8,105,107); }

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

border-color css

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

 span { border-color: rgb(8,105,107); }

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