Html Css Color HEX #10696F Blue Lagoon

📋 copy color: '#10696F'

red 16 ◦ green 105 ◦ blue 111

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

Shades of Blue Lagoon #10696F

Tints of Blue Lagoon #10696F

RGB

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

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

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

R = 6.9%
G = 45.26%
B = 47.84%

CMYK

 C value IS 0.86

 M value IS 0.05

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#10696F (or 0x10696F) is known color: Blue Lagoon. HEX triplet: 10, 69 and 6F. RGB value is (16,105,111). Sum of RGB (Red+Green+Blue) = 16+105+111=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 105 (41.41% from 255 or 45.26% from 232); Blue value is 111 (43.75% from 255 or 47.84% from 232); Max value from RGB is 111 - color contains mainly: blue. Hex color #10696F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10696F is #EF9690. Grayscale: #4E4E4E. Windows color (decimal): -15701649 or 7301392. OLE color: 7301392.

HSL color Cylindrical-coordinate representation of color #10696F: hue angle of 183.79º 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 #10696F is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 16 105 111 -
CMYK 0.86 0.05 0 0.56
HSL 183.79º 0.75% 0.25% -
HSV(B) 183.79º 0.86% 0.44% -
XYZ 8.13 11.36 16.8 -
YUV 79.07 146.01 83.01 -
System Red Green Blue C M Y K H S L
Decimal 16 105 111 0.86 0.05 0 0.56 183.79 0.75 0.25
Hex 10 69 6F 56 5 0 38 B8 4B 19
Octal 20 151 157 126 5 0 70 270 113 31
Binary 10000 1101001 1101111 1010110 101 0 111000 10111000 1001011 11001

Color Harmonies of #10696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10696F

Black with #10696F

Text Example


Text Example

White with #10696F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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