Html Css Color HEX #12866A Deep Sea

📋 copy color: '#12866A'

red 18 ◦ green 134 ◦ blue 106

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

Shades of Deep Sea #12866A

Tints of Deep Sea #12866A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 51.94%

 BLUE value IS 106 (41.8% from 255) = 41.09%

R = 6.98%
G = 51.94%
B = 41.09%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#12866A (or 0x12866A) is known color: Deep Sea. HEX triplet: 12, 86 and 6A. RGB value is (18,134,106). Sum of RGB (Red+Green+Blue) = 18+134+106=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 134 (52.73% from 255 or 51.94% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 134 - color contains mainly: green. Hex color #12866A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12866A is #ED7995. Grayscale: #606060. Windows color (decimal): -15563158 or 6981138. OLE color: 6981138.

HSL color Cylindrical-coordinate representation of color #12866A: hue angle of 165.52º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12866A is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 134 106 -
CMYK 0.87 0 0.21 0.47
HSL 165.52º 0.76% 0.3% -
HSV(B) 165.52º 0.87% 0.53% -
XYZ 11.38 18.22 16.55 -
YUV 96.12 133.57 72.28 -
System Red Green Blue C M Y K H S L
Decimal 18 134 106 0.87 0 0.21 0.47 165.52 0.76 0.3
Hex 12 86 6A 57 0 15 2F A6 4C 1E
Octal 22 206 152 127 0 25 57 246 114 36
Binary 10010 10000110 1101010 1010111 0 10101 101111 10100110 1001100 11110

Color Harmonies of #12866A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12866A

Black with #12866A

Text Example


Text Example

White with #12866A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12866A; }

 p { color: rgb(18,134,106); }

 H1.HeaderClassName
 {
   color: #12866A;
 }
 .AnyTagClassName
 {
   color: #12866A;
 }
</style>

background-color css

<style>
 a { background-color: #12866A; }

 a { background-color: rgb(18,134,106); }

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

border-color css

<style>
 span { border-color: #12866A; }

 span { border-color: rgb(18,134,106); }

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