Html Css Color HEX #108070 Deep Sea

📋 copy color: '#108070'

red 16 ◦ green 128 ◦ blue 112

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

Shades of Deep Sea #108070

Tints of Deep Sea #108070

RGB

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

 GREEN value IS 128 (50.39% from 255) = 50%

 BLUE value IS 112 (44.14% from 255) = 43.75%

R = 6.25%
G = 50%
B = 43.75%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#108070 (or 0x108070) is known color: Deep Sea. HEX triplet: 10, 80 and 70. RGB value is (16,128,112). Sum of RGB (Red+Green+Blue) = 16+128+112=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 128 (50.39% from 255 or 50% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 128 - color contains mainly: green. Hex color #108070 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108070 is #EF7F8F. Grayscale: #5C5C5C. Windows color (decimal): -15695760 or 7372816. OLE color: 7372816.

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

Color convert

RGB 16 128 112 -
CMYK 0.88 0 0.12 0.50
HSL 171.43º 0.78% 0.28% -
HSV(B) 171.43º 0.88% 0.5% -
XYZ 10.86 16.72 17.98 -
YUV 92.69 138.89 73.3 -
System Red Green Blue C M Y K H S L
Decimal 16 128 112 0.88 0 0.12 0.50 171.43 0.78 0.28
Hex 10 80 70 58 0 C 32 AB 4E 1C
Octal 20 200 160 130 0 14 62 253 116 34
Binary 10000 10000000 1110000 1011000 0 1100 110010 10101011 1001110 11100

Color Harmonies of #108070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108070

Black with #108070

Text Example


Text Example

White with #108070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #108070; }

 p { color: rgb(16,128,112); }

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

background-color css

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

 a { background-color: rgb(16,128,112); }

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

border-color css

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

 span { border-color: rgb(16,128,112); }

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