Html Css Color HEX #12796F Deep Sea

📋 copy color: '#12796F'

red 18 ◦ green 121 ◦ blue 111

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

Shades of Deep Sea #12796F

Tints of Deep Sea #12796F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 44.4%

R = 7.2%
G = 48.4%
B = 44.4%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#12796F (or 0x12796F) is known color: Deep Sea. HEX triplet: 12, 79 and 6F. RGB value is (18,121,111). Sum of RGB (Red+Green+Blue) = 18+121+111=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 121 (47.66% from 255 or 48.4% from 250); Blue value is 111 (43.75% from 255 or 44.4% from 250); Max value from RGB is 121 - color contains mainly: green. Hex color #12796F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12796F is #ED8690. Grayscale: #595959. Windows color (decimal): -15566481 or 7305490. OLE color: 7305490.

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

Color convert

RGB 18 121 111 -
CMYK 0.85 0 0.08 0.53
HSL 174.17º 0.74% 0.27% -
HSV(B) 174.17º 0.85% 0.47% -
XYZ 9.96 14.95 17.4 -
YUV 89.06 140.38 77.31 -
System Red Green Blue C M Y K H S L
Decimal 18 121 111 0.85 0 0.08 0.53 174.17 0.74 0.27
Hex 12 79 6F 55 0 8 35 AE 4A 1B
Octal 22 171 157 125 0 10 65 256 112 33
Binary 10010 1111001 1101111 1010101 0 1000 110101 10101110 1001010 11011

Color Harmonies of #12796F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12796F

Black with #12796F

Text Example


Text Example

White with #12796F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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