Html Css Color HEX #107B5B Deep Sea

📋 copy color: '#107B5B'

red 16 ◦ green 123 ◦ blue 91

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

Shades of Deep Sea #107B5B

Tints of Deep Sea #107B5B

RGB

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

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

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

R = 6.96%
G = 53.48%
B = 39.57%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.26

 K value IS 0.52

RGB Variations

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

Color information

#107B5B (or 0x107B5B) is known color: Deep Sea. HEX triplet: 10, 7B and 5B. RGB value is (16,123,91). Sum of RGB (Red+Green+Blue) = 16+123+91=230 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.96% from 230); Green value is 123 (48.44% from 255 or 53.48% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 123 - color contains mainly: green. Hex color #107B5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107B5B is #EF84A4. Grayscale: #575757. Windows color (decimal): -15697061 or 5995280. OLE color: 5995280.

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

Color convert

RGB 16 123 91 -
CMYK 0.87 0 0.26 0.52
HSL 162.06º 0.77% 0.27% -
HSV(B) 162.06º 0.87% 0.48% -
XYZ 9.18 15.03 12.31 -
YUV 87.36 130.05 77.1 -
System Red Green Blue C M Y K H S L
Decimal 16 123 91 0.87 0 0.26 0.52 162.06 0.77 0.27
Hex 10 7B 5B 57 0 1A 34 A2 4D 1B
Octal 20 173 133 127 0 32 64 242 115 33
Binary 10000 1111011 1011011 1010111 0 11010 110100 10100010 1001101 11011

Color Harmonies of #107B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107B5B

Black with #107B5B

Text Example


Text Example

White with #107B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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