Html Css Color HEX #107C69 Deep Sea

📋 copy color: '#107C69'

red 16 ◦ green 124 ◦ blue 105

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

Shades of Deep Sea #107C69

Tints of Deep Sea #107C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 42.86%

R = 6.53%
G = 50.61%
B = 42.86%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#107C69 (or 0x107C69) is known color: Deep Sea. HEX triplet: 10, 7C and 69. RGB value is (16,124,105). Sum of RGB (Red+Green+Blue) = 16+124+105=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 124 (48.83% from 255 or 50.61% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 124 - color contains mainly: green. Hex color #107C69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107C69 is #EF8396. Grayscale: #595959. Windows color (decimal): -15696791 or 6913040. OLE color: 6913040.

HSL color Cylindrical-coordinate representation of color #107C69: hue angle of 169.44º 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 #107C69 is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.51.

Color convert

RGB 16 124 105 -
CMYK 0.87 0 0.15 0.51
HSL 169.44º 0.77% 0.27% -
HSV(B) 169.44º 0.87% 0.49% -
XYZ 9.97 15.55 15.84 -
YUV 89.54 136.72 75.54 -
System Red Green Blue C M Y K H S L
Decimal 16 124 105 0.87 0 0.15 0.51 169.44 0.77 0.27
Hex 10 7C 69 57 0 F 33 A9 4D 1B
Octal 20 174 151 127 0 17 63 251 115 33
Binary 10000 1111100 1101001 1010111 0 1111 110011 10101001 1001101 11011

Color Harmonies of #107C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107C69

Black with #107C69

Text Example


Text Example

White with #107C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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