Html Css Color HEX #12796D Deep Sea

📋 copy color: '#12796D'

red 18 ◦ green 121 ◦ blue 109

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

Shades of Deep Sea #12796D

Tints of Deep Sea #12796D

RGB

 RED value IS 18 (7.42% from 255) = 7.26%

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

 BLUE value IS 109 (42.97% from 255) = 43.95%

R = 7.26%
G = 48.79%
B = 43.95%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#12796D (or 0x12796D) is known color: Deep Sea. HEX triplet: 12, 79 and 6D. RGB value is (18,121,109). Sum of RGB (Red+Green+Blue) = 18+121+109=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 121 (47.66% from 255 or 48.79% from 248); Blue value is 109 (42.97% from 255 or 43.95% from 248); Max value from RGB is 121 - color contains mainly: green. Hex color #12796D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12796D is #ED8692. Grayscale: #585858. Windows color (decimal): -15566483 or 7174418. OLE color: 7174418.

HSL color Cylindrical-coordinate representation of color #12796D: hue angle of 173.01º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12796D is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 121 109 -
CMYK 0.85 0 0.10 0.53
HSL 173.01º 0.74% 0.27% -
HSV(B) 173.01º 0.85% 0.47% -
XYZ 9.85 14.91 16.83 -
YUV 88.84 139.38 77.48 -
System Red Green Blue C M Y K H S L
Decimal 18 121 109 0.85 0 0.10 0.53 173.01 0.74 0.27
Hex 12 79 6D 55 0 A 35 AD 4A 1B
Octal 22 171 155 125 0 12 65 255 112 33
Binary 10010 1111001 1101101 1010101 0 1010 110101 10101101 1001010 11011

Color Harmonies of #12796D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12796D

Black with #12796D

Text Example


Text Example

White with #12796D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12796D; }

 p { color: rgb(18,121,109); }

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

background-color css

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

 a { background-color: rgb(18,121,109); }

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

border-color css

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

 span { border-color: rgb(18,121,109); }

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