Html Css Color HEX #12826F Deep Sea

📋 copy color: '#12826F'

red 18 ◦ green 130 ◦ blue 111

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

Shades of Deep Sea #12826F

Tints of Deep Sea #12826F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 42.86%

R = 6.95%
G = 50.19%
B = 42.86%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#12826F (or 0x12826F) is known color: Deep Sea. HEX triplet: 12, 82 and 6F. RGB value is (18,130,111). Sum of RGB (Red+Green+Blue) = 18+130+111=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 130 (51.17% from 255 or 50.19% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 130 - color contains mainly: green. Hex color #12826F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12826F is #ED7D90. Grayscale: #5E5E5E. Windows color (decimal): -15564177 or 7307794. OLE color: 7307794.

HSL color Cylindrical-coordinate representation of color #12826F: hue angle of 169.82º 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 #12826F is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 130 111 -
CMYK 0.86 0 0.15 0.49
HSL 169.82º 0.76% 0.29% -
HSV(B) 169.82º 0.86% 0.51% -
XYZ 11.1 17.24 17.78 -
YUV 94.35 137.39 73.54 -
System Red Green Blue C M Y K H S L
Decimal 18 130 111 0.86 0 0.15 0.49 169.82 0.76 0.29
Hex 12 82 6F 56 0 F 31 AA 4C 1D
Octal 22 202 157 126 0 17 61 252 114 35
Binary 10010 10000010 1101111 1010110 0 1111 110001 10101010 1001100 11101

Color Harmonies of #12826F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12826F

Black with #12826F

Text Example


Text Example

White with #12826F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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