Html Css Color HEX #12856C Deep Sea

📋 copy color: '#12856C'

red 18 ◦ green 133 ◦ blue 108

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

Shades of Deep Sea #12856C

Tints of Deep Sea #12856C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 51.35%

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

R = 6.95%
G = 51.35%
B = 41.7%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#12856C (or 0x12856C) is known color: Deep Sea. HEX triplet: 12, 85 and 6C. RGB value is (18,133,108). Sum of RGB (Red+Green+Blue) = 18+133+108=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 133 (52.34% from 255 or 51.35% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 133 - color contains mainly: green. Hex color #12856C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12856C is #ED7A93. Grayscale: #5F5F5F. Windows color (decimal): -15563412 or 7111954. OLE color: 7111954.

HSL color Cylindrical-coordinate representation of color #12856C: hue angle of 166.96º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12856C is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 133 108 -
CMYK 0.86 0 0.19 0.48
HSL 166.96º 0.76% 0.3% -
HSV(B) 166.96º 0.86% 0.52% -
XYZ 11.34 17.99 17.06 -
YUV 95.77 134.9 72.53 -
System Red Green Blue C M Y K H S L
Decimal 18 133 108 0.86 0 0.19 0.48 166.96 0.76 0.3
Hex 12 85 6C 56 0 13 30 A7 4C 1E
Octal 22 205 154 126 0 23 60 247 114 36
Binary 10010 10000101 1101100 1010110 0 10011 110000 10100111 1001100 11110

Color Harmonies of #12856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12856C

Black with #12856C

Text Example


Text Example

White with #12856C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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