Html Css Color HEX #107668 Deep Sea

📋 copy color: '#107668'

red 16 ◦ green 118 ◦ blue 104

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

Shades of Deep Sea #107668

Tints of Deep Sea #107668

RGB

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

 GREEN value IS 118 (46.48% from 255) = 49.58%

 BLUE value IS 104 (41.02% from 255) = 43.7%

R = 6.72%
G = 49.58%
B = 43.7%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#107668 (or 0x107668) is known color: Deep Sea. HEX triplet: 10, 76 and 68. RGB value is (16,118,104). Sum of RGB (Red+Green+Blue) = 16+118+104=238 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.72% from 238); Green value is 118 (46.48% from 255 or 49.58% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 118 - color contains mainly: green. Hex color #107668 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107668 is #EF8997. Grayscale: #555555. Windows color (decimal): -15698328 or 6845968. OLE color: 6845968.

HSL color Cylindrical-coordinate representation of color #107668: hue angle of 171.76º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107668 is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB 16 118 104 -
CMYK 0.86 0 0.12 0.54
HSL 171.76º 0.76% 0.26% -
HSV(B) 171.76º 0.86% 0.46% -
XYZ 9.19 14.07 15.33 -
YUV 85.91 138.21 78.14 -
System Red Green Blue C M Y K H S L
Decimal 16 118 104 0.86 0 0.12 0.54 171.76 0.76 0.26
Hex 10 76 68 56 0 C 36 AC 4C 1A
Octal 20 166 150 126 0 14 66 254 114 32
Binary 10000 1110110 1101000 1010110 0 1100 110110 10101100 1001100 11010

Color Harmonies of #107668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107668

Black with #107668

Text Example


Text Example

White with #107668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107668; }

 p { color: rgb(16,118,104); }

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

background-color css

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

 a { background-color: rgb(16,118,104); }

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

border-color css

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

 span { border-color: rgb(16,118,104); }

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