Html Css Color HEX #107568 Deep Sea

📋 copy color: '#107568'

red 16 ◦ green 117 ◦ blue 104

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

Shades of Deep Sea #107568

Tints of Deep Sea #107568

RGB

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

 GREEN value IS 117 (46.09% from 255) = 49.37%

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

R = 6.75%
G = 49.37%
B = 43.88%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#107568 (or 0x107568) is known color: Deep Sea. HEX triplet: 10, 75 and 68. RGB value is (16,117,104). Sum of RGB (Red+Green+Blue) = 16+117+104=237 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.75% from 237); Green value is 117 (46.09% from 255 or 49.37% from 237); Blue value is 104 (41.02% from 255 or 43.88% from 237); Max value from RGB is 117 - color contains mainly: green. Hex color #107568 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107568 is #EF8A97. Grayscale: #555555. Windows color (decimal): -15698584 or 6845712. OLE color: 6845712.

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

Color convert

RGB 16 117 104 -
CMYK 0.86 0 0.11 0.54
HSL 172.28º 0.76% 0.26% -
HSV(B) 172.28º 0.86% 0.46% -
XYZ 9.07 13.83 15.29 -
YUV 85.32 138.54 78.56 -
System Red Green Blue C M Y K H S L
Decimal 16 117 104 0.86 0 0.11 0.54 172.28 0.76 0.26
Hex 10 75 68 56 0 B 36 AC 4C 1A
Octal 20 165 150 126 0 13 66 254 114 32
Binary 10000 1110101 1101000 1010110 0 1011 110110 10101100 1001100 11010

Color Harmonies of #107568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107568

Black with #107568

Text Example


Text Example

White with #107568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107568; }

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

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

background-color css

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

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

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

border-color css

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

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

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