Html Css Color HEX #107359 Deep Sea

📋 copy color: '#107359'

red 16 ◦ green 115 ◦ blue 89

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

Shades of Deep Sea #107359

Tints of Deep Sea #107359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 40.45%

R = 7.27%
G = 52.27%
B = 40.45%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#107359 (or 0x107359) is known color: Deep Sea. HEX triplet: 10, 73 and 59. RGB value is (16,115,89). Sum of RGB (Red+Green+Blue) = 16+115+89=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 115 (45.31% from 255 or 52.27% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 115 - color contains mainly: green. Hex color #107359 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107359 is #EF8CA6. Grayscale: #525252. Windows color (decimal): -15699111 or 5862160. OLE color: 5862160.

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

Color convert

RGB 16 115 89 -
CMYK 0.86 0 0.23 0.55
HSL 164.24º 0.76% 0.26% -
HSV(B) 164.24º 0.86% 0.45% -
XYZ 8.15 13.09 11.55 -
YUV 82.44 131.7 80.61 -
System Red Green Blue C M Y K H S L
Decimal 16 115 89 0.86 0 0.23 0.55 164.24 0.76 0.26
Hex 10 73 59 56 0 17 37 A4 4C 1A
Octal 20 163 131 126 0 27 67 244 114 32
Binary 10000 1110011 1011001 1010110 0 10111 110111 10100100 1001100 11010

Color Harmonies of #107359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107359

Black with #107359

Text Example


Text Example

White with #107359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107359; }

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

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

background-color css

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

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

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

border-color css

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

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

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