Html Css Color HEX #107368 Deep Sea

📋 copy color: '#107368'

red 16 ◦ green 115 ◦ blue 104

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

Shades of Deep Sea #107368

Tints of Deep Sea #107368

RGB

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

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

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

R = 6.81%
G = 48.94%
B = 44.26%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#107368 (or 0x107368) is known color: Deep Sea. HEX triplet: 10, 73 and 68. RGB value is (16,115,104). Sum of RGB (Red+Green+Blue) = 16+115+104=235 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.81% from 235); Green value is 115 (45.31% from 255 or 48.94% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 115 - color contains mainly: green. Hex color #107368 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107368 is #EF8C97. Grayscale: #545454. Windows color (decimal): -15699096 or 6845200. OLE color: 6845200.

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

Color convert

RGB 16 115 104 -
CMYK 0.86 0 0.10 0.55
HSL 173.33º 0.76% 0.26% -
HSV(B) 173.33º 0.86% 0.45% -
XYZ 8.84 13.37 15.21 -
YUV 84.15 139.2 79.39 -
System Red Green Blue C M Y K H S L
Decimal 16 115 104 0.86 0 0.10 0.55 173.33 0.76 0.26
Hex 10 73 68 56 0 A 37 AD 4C 1A
Octal 20 163 150 126 0 12 67 255 114 32
Binary 10000 1110011 1101000 1010110 0 1010 110111 10101101 1001100 11010

Color Harmonies of #107368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107368

Black with #107368

Text Example


Text Example

White with #107368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107368; }

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

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

background-color css

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

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

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

border-color css

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

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

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