Html Css Color HEX #107864 Deep Sea

📋 copy color: '#107864'

red 16 ◦ green 120 ◦ blue 100

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

Shades of Deep Sea #107864

Tints of Deep Sea #107864

RGB

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

 GREEN value IS 120 (47.27% from 255) = 50.85%

 BLUE value IS 100 (39.45% from 255) = 42.37%

R = 6.78%
G = 50.85%
B = 42.37%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#107864 (or 0x107864) is known color: Deep Sea. HEX triplet: 10, 78 and 64. RGB value is (16,120,100). Sum of RGB (Red+Green+Blue) = 16+120+100=236 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.78% from 236); Green value is 120 (47.27% from 255 or 50.85% from 236); Blue value is 100 (39.45% from 255 or 42.37% from 236); Max value from RGB is 120 - color contains mainly: green. Hex color #107864 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107864 is #EF879B. Grayscale: #565656. Windows color (decimal): -15697820 or 6584336. OLE color: 6584336.

HSL color Cylindrical-coordinate representation of color #107864: hue angle of 168.46º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #107864 is Cyan = 0.87, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 16 120 100 -
CMYK 0.87 0 0.17 0.53
HSL 168.46º 0.76% 0.27% -
HSV(B) 168.46º 0.87% 0.47% -
XYZ 9.23 14.46 14.36 -
YUV 86.62 135.54 77.63 -
System Red Green Blue C M Y K H S L
Decimal 16 120 100 0.87 0 0.17 0.53 168.46 0.76 0.27
Hex 10 78 64 57 0 11 35 A8 4C 1B
Octal 20 170 144 127 0 21 65 250 114 33
Binary 10000 1111000 1100100 1010111 0 10001 110101 10101000 1001100 11011

Color Harmonies of #107864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107864

Black with #107864

Text Example


Text Example

White with #107864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107864; }

 p { color: rgb(16,120,100); }

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

background-color css

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

 a { background-color: rgb(16,120,100); }

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

border-color css

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

 span { border-color: rgb(16,120,100); }

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