Html Css Color HEX #107663 Deep Sea

📋 copy color: '#107663'

red 16 ◦ green 118 ◦ blue 99

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

Shades of Deep Sea #107663

Tints of Deep Sea #107663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 42.49%

R = 6.87%
G = 50.64%
B = 42.49%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#107663 (or 0x107663) is known color: Deep Sea. HEX triplet: 10, 76 and 63. RGB value is (16,118,99). Sum of RGB (Red+Green+Blue) = 16+118+99=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 118 (46.48% from 255 or 50.64% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 118 - color contains mainly: green. Hex color #107663 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107663 is #EF899C. Grayscale: #555555. Windows color (decimal): -15698333 or 6518288. OLE color: 6518288.

HSL color Cylindrical-coordinate representation of color #107663: hue angle of 168.82º 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 #107663 is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB 16 118 99 -
CMYK 0.86 0 0.16 0.54
HSL 168.82º 0.76% 0.26% -
HSV(B) 168.82º 0.86% 0.46% -
XYZ 8.94 13.97 14.03 -
YUV 85.34 135.71 78.54 -
System Red Green Blue C M Y K H S L
Decimal 16 118 99 0.86 0 0.16 0.54 168.82 0.76 0.26
Hex 10 76 63 56 0 10 36 A9 4C 1A
Octal 20 166 143 126 0 20 66 251 114 32
Binary 10000 1110110 1100011 1010110 0 10000 110110 10101001 1001100 11010

Color Harmonies of #107663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107663

Black with #107663

Text Example


Text Example

White with #107663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107663; }

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

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

background-color css

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

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

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

border-color css

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

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

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