Html Css Color HEX #108373 Deep Sea

📋 copy color: '#108373'

red 16 ◦ green 131 ◦ blue 115

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

Shades of Deep Sea #108373

Tints of Deep Sea #108373

RGB

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

 GREEN value IS 131 (51.56% from 255) = 50%

 BLUE value IS 115 (45.31% from 255) = 43.89%

R = 6.11%
G = 50%
B = 43.89%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#108373 (or 0x108373) is known color: Deep Sea. HEX triplet: 10, 83 and 73. RGB value is (16,131,115). Sum of RGB (Red+Green+Blue) = 16+131+115=262 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.11% from 262); Green value is 131 (51.56% from 255 or 50% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 131 - color contains mainly: green. Hex color #108373 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108373 is #EF7C8C. Grayscale: #5E5E5E. Windows color (decimal): -15694989 or 7570192. OLE color: 7570192.

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

Color convert

RGB 16 131 115 -
CMYK 0.88 0 0.12 0.49
HSL 171.65º 0.78% 0.29% -
HSV(B) 171.65º 0.88% 0.51% -
XYZ 11.42 17.58 19.01 -
YUV 94.79 139.4 71.8 -
System Red Green Blue C M Y K H S L
Decimal 16 131 115 0.88 0 0.12 0.49 171.65 0.78 0.29
Hex 10 83 73 58 0 C 31 AC 4E 1D
Octal 20 203 163 130 0 14 61 254 116 35
Binary 10000 10000011 1110011 1011000 0 1100 110001 10101100 1001110 11101

Color Harmonies of #108373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108373

Black with #108373

Text Example


Text Example

White with #108373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #108373; }

 p { color: rgb(16,131,115); }

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

background-color css

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

 a { background-color: rgb(16,131,115); }

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

border-color css

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

 span { border-color: rgb(16,131,115); }

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