Html Css Color HEX #107468 Deep Sea

📋 copy color: '#107468'

red 16 ◦ green 116 ◦ blue 104

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

Shades of Deep Sea #107468

Tints of Deep Sea #107468

RGB

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

 GREEN value IS 116 (45.7% from 255) = 49.15%

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

R = 6.78%
G = 49.15%
B = 44.07%

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

#107468 (or 0x107468) is known color: Deep Sea. HEX triplet: 10, 74 and 68. RGB value is (16,116,104). Sum of RGB (Red+Green+Blue) = 16+116+104=236 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.78% from 236); Green value is 116 (45.70% from 255 or 49.15% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 116 - color contains mainly: green. Hex color #107468 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107468 is #EF8B97. Grayscale: #545454. Windows color (decimal): -15698840 or 6845456. OLE color: 6845456.

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

Color convert

RGB 16 116 104 -
CMYK 0.86 0 0.10 0.55
HSL 172.8º 0.76% 0.26% -
HSV(B) 172.8º 0.86% 0.45% -
XYZ 8.96 13.6 15.25 -
YUV 84.73 138.87 78.98 -
System Red Green Blue C M Y K H S L
Decimal 16 116 104 0.86 0 0.10 0.55 172.8 0.76 0.26
Hex 10 74 68 56 0 A 37 AD 4C 1A
Octal 20 164 150 126 0 12 67 255 114 32
Binary 10000 1110100 1101000 1010110 0 1010 110111 10101101 1001100 11010

Color Harmonies of #107468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107468

Black with #107468

Text Example


Text Example

White with #107468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107468; }

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

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

background-color css

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

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

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

border-color css

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

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

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