Html Css Color HEX #108365 Deep Sea

📋 copy color: '#108365'

red 16 ◦ green 131 ◦ blue 101

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

Shades of Deep Sea #108365

Tints of Deep Sea #108365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 40.73%

R = 6.45%
G = 52.82%
B = 40.73%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#108365 (or 0x108365) is known color: Deep Sea. HEX triplet: 10, 83 and 65. RGB value is (16,131,101). Sum of RGB (Red+Green+Blue) = 16+131+101=248 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.45% from 248); Green value is 131 (51.56% from 255 or 52.82% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 131 - color contains mainly: green. Hex color #108365 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108365 is #EF7C9A. Grayscale: #5D5D5D. Windows color (decimal): -15695003 or 6652688. OLE color: 6652688.

HSL color Cylindrical-coordinate representation of color #108365: hue angle of 164.35º 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 #108365 is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB 16 131 101 -
CMYK 0.88 0 0.23 0.49
HSL 164.35º 0.78% 0.29% -
HSV(B) 164.35º 0.88% 0.51% -
XYZ 10.68 17.28 15.08 -
YUV 93.2 132.4 72.94 -
System Red Green Blue C M Y K H S L
Decimal 16 131 101 0.88 0 0.23 0.49 164.35 0.78 0.29
Hex 10 83 65 58 0 17 31 A4 4E 1D
Octal 20 203 145 130 0 27 61 244 116 35
Binary 10000 10000011 1100101 1011000 0 10111 110001 10100100 1001110 11101

Color Harmonies of #108365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108365

Black with #108365

Text Example


Text Example

White with #108365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #108365; }

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

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

background-color css

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

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

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

border-color css

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

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

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