Html Css Color HEX #107F68 Deep Sea

📋 copy color: '#107F68'

red 16 ◦ green 127 ◦ blue 104

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

Shades of Deep Sea #107F68

Tints of Deep Sea #107F68

RGB

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

 GREEN value IS 127 (50% from 255) = 51.42%

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

R = 6.48%
G = 51.42%
B = 42.11%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.18

 K value IS 0.50

RGB Variations

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

Color information

#107F68 (or 0x107F68) is known color: Deep Sea. HEX triplet: 10, 7F and 68. RGB value is (16,127,104). Sum of RGB (Red+Green+Blue) = 16+127+104=247 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.48% from 247); Green value is 127 (50% from 255 or 51.42% from 247); Blue value is 104 (41.02% from 255 or 42.11% from 247); Max value from RGB is 127 - color contains mainly: green. Hex color #107F68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107F68 is #EF8097. Grayscale: #5B5B5B. Windows color (decimal): -15696024 or 6848272. OLE color: 6848272.

HSL color Cylindrical-coordinate representation of color #107F68: hue angle of 167.57º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #107F68 is Cyan = 0.87, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB 16 127 104 -
CMYK 0.87 0 0.18 0.50
HSL 167.57º 0.78% 0.28% -
HSV(B) 167.57º 0.87% 0.5% -
XYZ 10.3 16.29 15.7 -
YUV 91.19 135.23 74.37 -
System Red Green Blue C M Y K H S L
Decimal 16 127 104 0.87 0 0.18 0.50 167.57 0.78 0.28
Hex 10 7F 68 57 0 12 32 A8 4E 1C
Octal 20 177 150 127 0 22 62 250 116 34
Binary 10000 1111111 1101000 1010111 0 10010 110010 10101000 1001110 11100

Color Harmonies of #107F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107F68

Black with #107F68

Text Example


Text Example

White with #107F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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