Html Css Color HEX #10796C Deep Sea

📋 copy color: '#10796C'

red 16 ◦ green 121 ◦ blue 108

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

Shades of Deep Sea #10796C

Tints of Deep Sea #10796C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 49.39%

 BLUE value IS 108 (42.58% from 255) = 44.08%

R = 6.53%
G = 49.39%
B = 44.08%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#10796C (or 0x10796C) is known color: Deep Sea. HEX triplet: 10, 79 and 6C. RGB value is (16,121,108). Sum of RGB (Red+Green+Blue) = 16+121+108=245 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.53% from 245); Green value is 121 (47.66% from 255 or 49.39% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 121 - color contains mainly: green. Hex color #10796C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10796C is #EF8693. Grayscale: #585858. Windows color (decimal): -15697556 or 7108880. OLE color: 7108880.

HSL color Cylindrical-coordinate representation of color #10796C: hue angle of 172.57º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10796C is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB 16 121 108 -
CMYK 0.87 0 0.11 0.53
HSL 172.57º 0.77% 0.27% -
HSV(B) 172.57º 0.87% 0.47% -
XYZ 9.76 14.87 16.54 -
YUV 88.12 139.21 76.56 -
System Red Green Blue C M Y K H S L
Decimal 16 121 108 0.87 0 0.11 0.53 172.57 0.77 0.27
Hex 10 79 6C 57 0 B 35 AD 4D 1B
Octal 20 171 154 127 0 13 65 255 115 33
Binary 10000 1111001 1101100 1010111 0 1011 110101 10101101 1001101 11011

Color Harmonies of #10796C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10796C

Black with #10796C

Text Example


Text Example

White with #10796C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10796C; }

 p { color: rgb(16,121,108); }

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

background-color css

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

 a { background-color: rgb(16,121,108); }

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

border-color css

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

 span { border-color: rgb(16,121,108); }

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