Html Css Color HEX #12826A Deep Sea

📋 copy color: '#12826A'

red 18 ◦ green 130 ◦ blue 106

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

Shades of Deep Sea #12826A

Tints of Deep Sea #12826A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 51.18%

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

R = 7.09%
G = 51.18%
B = 41.73%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#12826A (or 0x12826A) is known color: Deep Sea. HEX triplet: 12, 82 and 6A. RGB value is (18,130,106). Sum of RGB (Red+Green+Blue) = 18+130+106=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 130 (51.17% from 255 or 51.18% from 254); Blue value is 106 (41.80% from 255 or 41.73% from 254); Max value from RGB is 130 - color contains mainly: green. Hex color #12826A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12826A is #ED7D95. Grayscale: #5D5D5D. Windows color (decimal): -15564182 or 6980114. OLE color: 6980114.

HSL color Cylindrical-coordinate representation of color #12826A: hue angle of 167.14º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12826A is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 130 106 -
CMYK 0.86 0 0.18 0.49
HSL 167.14º 0.76% 0.29% -
HSV(B) 167.14º 0.86% 0.51% -
XYZ 10.83 17.13 16.37 -
YUV 93.78 134.89 73.95 -
System Red Green Blue C M Y K H S L
Decimal 18 130 106 0.86 0 0.18 0.49 167.14 0.76 0.29
Hex 12 82 6A 56 0 12 31 A7 4C 1D
Octal 22 202 152 126 0 22 61 247 114 35
Binary 10010 10000010 1101010 1010110 0 10010 110001 10100111 1001100 11101

Color Harmonies of #12826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12826A

Black with #12826A

Text Example


Text Example

White with #12826A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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