Html Css Color HEX #107C65 Deep Sea

📋 copy color: '#107C65'

red 16 ◦ green 124 ◦ blue 101

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

Shades of Deep Sea #107C65

Tints of Deep Sea #107C65

RGB

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

 GREEN value IS 124 (48.83% from 255) = 51.45%

 BLUE value IS 101 (39.84% from 255) = 41.91%

R = 6.64%
G = 51.45%
B = 41.91%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#107C65 (or 0x107C65) is known color: Deep Sea. HEX triplet: 10, 7C and 65. RGB value is (16,124,101). Sum of RGB (Red+Green+Blue) = 16+124+101=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 124 (48.83% from 255 or 51.45% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 124 - color contains mainly: green. Hex color #107C65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107C65 is #EF839A. Grayscale: #595959. Windows color (decimal): -15696795 or 6650896. OLE color: 6650896.

HSL color Cylindrical-coordinate representation of color #107C65: hue angle of 167.22º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #107C65 is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB 16 124 101 -
CMYK 0.87 0 0.19 0.51
HSL 167.22º 0.77% 0.27% -
HSV(B) 167.22º 0.87% 0.49% -
XYZ 9.77 15.47 14.78 -
YUV 89.09 134.72 75.87 -
System Red Green Blue C M Y K H S L
Decimal 16 124 101 0.87 0 0.19 0.51 167.22 0.77 0.27
Hex 10 7C 65 57 0 13 33 A7 4D 1B
Octal 20 174 145 127 0 23 63 247 115 33
Binary 10000 1111100 1100101 1010111 0 10011 110011 10100111 1001101 11011

Color Harmonies of #107C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107C65

Black with #107C65

Text Example


Text Example

White with #107C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107C65; }

 p { color: rgb(16,124,101); }

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

background-color css

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

 a { background-color: rgb(16,124,101); }

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

border-color css

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

 span { border-color: rgb(16,124,101); }

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