Html Css Color HEX #12796E Deep Sea

📋 copy color: '#12796E'

red 18 ◦ green 121 ◦ blue 110

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

Shades of Deep Sea #12796E

Tints of Deep Sea #12796E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 44.18%

R = 7.23%
G = 48.59%
B = 44.18%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#12796E (or 0x12796E) is known color: Deep Sea. HEX triplet: 12, 79 and 6E. RGB value is (18,121,110). Sum of RGB (Red+Green+Blue) = 18+121+110=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 121 (47.66% from 255 or 48.59% from 249); Blue value is 110 (43.36% from 255 or 44.18% from 249); Max value from RGB is 121 - color contains mainly: green. Hex color #12796E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12796E is #ED8691. Grayscale: #585858. Windows color (decimal): -15566482 or 7239954. OLE color: 7239954.

HSL color Cylindrical-coordinate representation of color #12796E: hue angle of 173.59º 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 #12796E is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 121 110 -
CMYK 0.85 0 0.09 0.53
HSL 173.59º 0.74% 0.27% -
HSV(B) 173.59º 0.85% 0.47% -
XYZ 9.9 14.93 17.11 -
YUV 88.95 139.88 77.39 -
System Red Green Blue C M Y K H S L
Decimal 18 121 110 0.85 0 0.09 0.53 173.59 0.74 0.27
Hex 12 79 6E 55 0 9 35 AE 4A 1B
Octal 22 171 156 125 0 11 65 256 112 33
Binary 10010 1111001 1101110 1010101 0 1001 110101 10101110 1001010 11011

Color Harmonies of #12796E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12796E

Black with #12796E

Text Example


Text Example

White with #12796E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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