Html Css Color HEX #12786B Deep Sea

📋 copy color: '#12786B'

red 18 ◦ green 120 ◦ blue 107

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

Shades of Deep Sea #12786B

Tints of Deep Sea #12786B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 43.67%

R = 7.35%
G = 48.98%
B = 43.67%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#12786B (or 0x12786B) is known color: Deep Sea. HEX triplet: 12, 78 and 6B. RGB value is (18,120,107). Sum of RGB (Red+Green+Blue) = 18+120+107=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #12786B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12786B is #ED8794. Grayscale: #575757. Windows color (decimal): -15566741 or 7043090. OLE color: 7043090.

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

Color convert

RGB 18 120 107 -
CMYK 0.85 0 0.11 0.53
HSL 172.35º 0.74% 0.27% -
HSV(B) 172.35º 0.85% 0.47% -
XYZ 9.62 14.62 16.23 -
YUV 88.02 138.71 78.06 -
System Red Green Blue C M Y K H S L
Decimal 18 120 107 0.85 0 0.11 0.53 172.35 0.74 0.27
Hex 12 78 6B 55 0 B 35 AC 4A 1B
Octal 22 170 153 125 0 13 65 254 112 33
Binary 10010 1111000 1101011 1010101 0 1011 110101 10101100 1001010 11011

Color Harmonies of #12786B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12786B

Black with #12786B

Text Example


Text Example

White with #12786B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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