Html Css Color HEX #12856E Deep Sea

📋 copy color: '#12856E'

red 18 ◦ green 133 ◦ blue 110

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

Shades of Deep Sea #12856E

Tints of Deep Sea #12856E

RGB

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

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

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

R = 6.9%
G = 50.96%
B = 42.15%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#12856E (or 0x12856E) is known color: Deep Sea. HEX triplet: 12, 85 and 6E. RGB value is (18,133,110). Sum of RGB (Red+Green+Blue) = 18+133+110=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 133 (52.34% from 255 or 50.96% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 133 - color contains mainly: green. Hex color #12856E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12856E is #ED7A91. Grayscale: #5F5F5F. Windows color (decimal): -15563410 or 7243026. OLE color: 7243026.

HSL color Cylindrical-coordinate representation of color #12856E: hue angle of 168º 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 #12856E is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 133 110 -
CMYK 0.86 0 0.17 0.48
HSL 168º 0.76% 0.3% -
HSV(B) 168º 0.86% 0.52% -
XYZ 11.45 18.03 17.63 -
YUV 95.99 135.9 72.37 -
System Red Green Blue C M Y K H S L
Decimal 18 133 110 0.86 0 0.17 0.48 168 0.76 0.3
Hex 12 85 6E 56 0 11 30 A8 4C 1E
Octal 22 205 156 126 0 21 60 250 114 36
Binary 10010 10000101 1101110 1010110 0 10001 110000 10101000 1001100 11110

Color Harmonies of #12856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12856E

Black with #12856E

Text Example


Text Example

White with #12856E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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