Html Css Color HEX #107364 Deep Sea

📋 copy color: '#107364'

red 16 ◦ green 115 ◦ blue 100

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

Shades of Deep Sea #107364

Tints of Deep Sea #107364

RGB

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

 GREEN value IS 115 (45.31% from 255) = 49.78%

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

R = 6.93%
G = 49.78%
B = 43.29%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#107364 (or 0x107364) is known color: Deep Sea. HEX triplet: 10, 73 and 64. RGB value is (16,115,100). Sum of RGB (Red+Green+Blue) = 16+115+100=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 100 (39.45% from 255 or 43.29% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #107364 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107364 is #EF8C9B. Grayscale: #535353. Windows color (decimal): -15699100 or 6583056. OLE color: 6583056.

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

Color convert

RGB 16 115 100 -
CMYK 0.86 0 0.13 0.55
HSL 170.91º 0.76% 0.26% -
HSV(B) 170.91º 0.86% 0.45% -
XYZ 8.64 13.29 14.17 -
YUV 83.69 137.2 79.72 -
System Red Green Blue C M Y K H S L
Decimal 16 115 100 0.86 0 0.13 0.55 170.91 0.76 0.26
Hex 10 73 64 56 0 D 37 AB 4C 1A
Octal 20 163 144 126 0 15 67 253 114 32
Binary 10000 1110011 1100100 1010110 0 1101 110111 10101011 1001100 11010

Color Harmonies of #107364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107364

Black with #107364

Text Example


Text Example

White with #107364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107364; }

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

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

background-color css

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

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

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

border-color css

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

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

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