Html Css Color HEX #108063 Deep Sea

📋 copy color: '#108063'

red 16 ◦ green 128 ◦ blue 99

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

Shades of Deep Sea #108063

Tints of Deep Sea #108063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 40.74%

R = 6.58%
G = 52.67%
B = 40.74%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#108063 (or 0x108063) is known color: Deep Sea. HEX triplet: 10, 80 and 63. RGB value is (16,128,99). Sum of RGB (Red+Green+Blue) = 16+128+99=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 128 (50.39% from 255 or 52.67% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 128 - color contains mainly: green. Hex color #108063 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108063 is #EF7F9C. Grayscale: #5B5B5B. Windows color (decimal): -15695773 or 6520848. OLE color: 6520848.

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

Color convert

RGB 16 128 99 -
CMYK 0.88 0 0.23 0.50
HSL 164.46º 0.78% 0.28% -
HSV(B) 164.46º 0.88% 0.5% -
XYZ 10.18 16.45 14.44 -
YUV 91.21 132.39 74.36 -
System Red Green Blue C M Y K H S L
Decimal 16 128 99 0.88 0 0.23 0.50 164.46 0.78 0.28
Hex 10 80 63 58 0 17 32 A4 4E 1C
Octal 20 200 143 130 0 27 62 244 116 34
Binary 10000 10000000 1100011 1011000 0 10111 110010 10100100 1001110 11100

Color Harmonies of #108063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108063

Black with #108063

Text Example


Text Example

White with #108063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #108063; }

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

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

background-color css

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

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

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

border-color css

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

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

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