Html Css Color HEX #12786C Deep Sea

📋 copy color: '#12786C'

red 18 ◦ green 120 ◦ blue 108

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

Shades of Deep Sea #12786C

Tints of Deep Sea #12786C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 48.78%

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

R = 7.32%
G = 48.78%
B = 43.9%

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

#12786C (or 0x12786C) is known color: Deep Sea. HEX triplet: 12, 78 and 6C. RGB value is (18,120,108). Sum of RGB (Red+Green+Blue) = 18+120+108=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 120 (47.27% from 255 or 48.78% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 120 - color contains mainly: green. Hex color #12786C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12786C is #ED8793. Grayscale: #585858. Windows color (decimal): -15566740 or 7108626. OLE color: 7108626.

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

Color convert

RGB 18 120 108 -
CMYK 0.85 0 0.10 0.53
HSL 172.94º 0.74% 0.27% -
HSV(B) 172.94º 0.85% 0.47% -
XYZ 9.67 14.64 16.5 -
YUV 88.13 139.21 77.98 -
System Red Green Blue C M Y K H S L
Decimal 18 120 108 0.85 0 0.10 0.53 172.94 0.74 0.27
Hex 12 78 6C 55 0 A 35 AD 4A 1B
Octal 22 170 154 125 0 12 65 255 112 33
Binary 10010 1111000 1101100 1010101 0 1010 110101 10101101 1001010 11011

Color Harmonies of #12786C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12786C

Black with #12786C

Text Example


Text Example

White with #12786C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,120,108); }

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

background-color css

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

 a { background-color: rgb(18,120,108); }

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

border-color css

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

 span { border-color: rgb(18,120,108); }

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