Html Css Color HEX #107B5D Deep Sea

📋 copy color: '#107B5D'

red 16 ◦ green 123 ◦ blue 93

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

Shades of Deep Sea #107B5D

Tints of Deep Sea #107B5D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 53.02%

 BLUE value IS 93 (36.72% from 255) = 40.09%

R = 6.9%
G = 53.02%
B = 40.09%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#107B5D (or 0x107B5D) is known color: Deep Sea. HEX triplet: 10, 7B and 5D. RGB value is (16,123,93). Sum of RGB (Red+Green+Blue) = 16+123+93=232 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.90% from 232); Green value is 123 (48.44% from 255 or 53.02% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 123 - color contains mainly: green. Hex color #107B5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107B5D is #EF84A2. Grayscale: #575757. Windows color (decimal): -15697059 or 6126352. OLE color: 6126352.

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

Color convert

RGB 16 123 93 -
CMYK 0.87 0 0.24 0.52
HSL 163.18º 0.77% 0.27% -
HSV(B) 163.18º 0.87% 0.48% -
XYZ 9.27 15.07 12.78 -
YUV 87.59 131.05 76.94 -
System Red Green Blue C M Y K H S L
Decimal 16 123 93 0.87 0 0.24 0.52 163.18 0.77 0.27
Hex 10 7B 5D 57 0 18 34 A3 4D 1B
Octal 20 173 135 127 0 30 64 243 115 33
Binary 10000 1111011 1011101 1010111 0 11000 110100 10100011 1001101 11011

Color Harmonies of #107B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107B5D

Black with #107B5D

Text Example


Text Example

White with #107B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,123,93); }

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

background-color css

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

 a { background-color: rgb(16,123,93); }

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

border-color css

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

 span { border-color: rgb(16,123,93); }

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