Html Css Color HEX #08677C Blue Lagoon

📋 copy color: '#08677C'

red 8 ◦ green 103 ◦ blue 124

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

Shades of Blue Lagoon #08677C

Tints of Blue Lagoon #08677C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 52.77%

R = 3.4%
G = 43.83%
B = 52.77%

CMYK

 C value IS 0.94

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#08677C (or 0x08677C) is known color: Blue Lagoon. HEX triplet: 08, 67 and 7C. RGB value is (8,103,124). Sum of RGB (Red+Green+Blue) = 8+103+124=235 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.40% from 235); Green value is 103 (40.62% from 255 or 43.83% from 235); Blue value is 124 (48.83% from 255 or 52.77% from 235); Max value from RGB is 124 - color contains mainly: blue. Hex color #08677C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08677C is #F79883. Grayscale: #4C4C4C. Windows color (decimal): -16226436 or 8152840. OLE color: 8152840.

HSL color Cylindrical-coordinate representation of color #08677C: hue angle of 190.86º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08677C is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 8 103 124 -
CMYK 0.94 0.17 0 0.51
HSL 190.86º 0.88% 0.26% -
HSV(B) 190.86º 0.94% 0.49% -
XYZ 8.59 11.21 20.78 -
YUV 76.99 154.53 78.79 -
System Red Green Blue C M Y K H S L
Decimal 8 103 124 0.94 0.17 0 0.51 190.86 0.88 0.26
Hex 8 67 7C 5E 11 0 33 BF 58 1A
Octal 10 147 174 136 21 0 63 277 130 32
Binary 1000 1100111 1111100 1011110 10001 0 110011 10111111 1011000 11010

Color Harmonies of #08677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08677C

Black with #08677C

Text Example


Text Example

White with #08677C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08677C; }

 p { color: rgb(8,103,124); }

 H1.HeaderClassName
 {
   color: #08677C;
 }
 .AnyTagClassName
 {
   color: #08677C;
 }
</style>

background-color css

<style>
 a { background-color: #08677C; }

 a { background-color: rgb(8,103,124); }

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

border-color css

<style>
 span { border-color: #08677C; }

 span { border-color: rgb(8,103,124); }

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