Html Css Color HEX #107C5B Deep Sea

📋 copy color: '#107C5B'

red 16 ◦ green 124 ◦ blue 91

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

Shades of Deep Sea #107C5B

Tints of Deep Sea #107C5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 39.39%

R = 6.93%
G = 53.68%
B = 39.39%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#107C5B (or 0x107C5B) is known color: Deep Sea. HEX triplet: 10, 7C and 5B. RGB value is (16,124,91). Sum of RGB (Red+Green+Blue) = 16+124+91=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 124 (48.83% from 255 or 53.68% from 231); Blue value is 91 (35.94% from 255 or 39.39% from 231); Max value from RGB is 124 - color contains mainly: green. Hex color #107C5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107C5B is #EF83A4. Grayscale: #575757. Windows color (decimal): -15696805 or 5995536. OLE color: 5995536.

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

Color convert

RGB 16 124 91 -
CMYK 0.87 0 0.27 0.51
HSL 161.67º 0.77% 0.27% -
HSV(B) 161.67º 0.87% 0.49% -
XYZ 9.31 15.28 12.36 -
YUV 87.95 129.72 76.68 -
System Red Green Blue C M Y K H S L
Decimal 16 124 91 0.87 0 0.27 0.51 161.67 0.77 0.27
Hex 10 7C 5B 57 0 1B 33 A2 4D 1B
Octal 20 174 133 127 0 33 63 242 115 33
Binary 10000 1111100 1011011 1010111 0 11011 110011 10100010 1001101 11011

Color Harmonies of #107C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107C5B

Black with #107C5B

Text Example


Text Example

White with #107C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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