Html Css Color HEX #10676F Blue Lagoon

📋 copy color: '#10676F'

red 16 ◦ green 103 ◦ blue 111

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

Shades of Blue Lagoon #10676F

Tints of Blue Lagoon #10676F

RGB

 RED value IS 16 (6.64% from 255) = 6.96%

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

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

R = 6.96%
G = 44.78%
B = 48.26%

CMYK

 C value IS 0.86

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#10676F (or 0x10676F) is known color: Blue Lagoon. HEX triplet: 10, 67 and 6F. RGB value is (16,103,111). Sum of RGB (Red+Green+Blue) = 16+103+111=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 103 (40.62% from 255 or 44.78% from 230); Blue value is 111 (43.75% from 255 or 48.26% from 230); Max value from RGB is 111 - color contains mainly: blue. Hex color #10676F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10676F is #EF9890. Grayscale: #4D4D4D. Windows color (decimal): -15702161 or 7300880. OLE color: 7300880.

HSL color Cylindrical-coordinate representation of color #10676F: hue angle of 185.05º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10676F is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 16 103 111 -
CMYK 0.86 0.07 0 0.56
HSL 185.05º 0.75% 0.25% -
HSV(B) 185.05º 0.86% 0.44% -
XYZ 7.93 10.96 16.74 -
YUV 77.9 146.68 83.85 -
System Red Green Blue C M Y K H S L
Decimal 16 103 111 0.86 0.07 0 0.56 185.05 0.75 0.25
Hex 10 67 6F 56 7 0 38 B9 4B 19
Octal 20 147 157 126 7 0 70 271 113 31
Binary 10000 1100111 1101111 1010110 111 0 111000 10111001 1001011 11001

Color Harmonies of #10676F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10676F

Black with #10676F

Text Example


Text Example

White with #10676F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10676F; }

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

 H1.HeaderClassName
 {
   color: #10676F;
 }
 .AnyTagClassName
 {
   color: #10676F;
 }
</style>

background-color css

<style>
 a { background-color: #10676F; }

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

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

border-color css

<style>
 span { border-color: #10676F; }

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

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