Html Css Color HEX #12694E Jewel

📋 copy color: '#12694E'

red 18 ◦ green 105 ◦ blue 78

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

Shades of Jewel #12694E

Tints of Jewel #12694E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 52.24%

 BLUE value IS 78 (30.86% from 255) = 38.81%

R = 8.96%
G = 52.24%
B = 38.81%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#12694E (or 0x12694E) is known color: Jewel. HEX triplet: 12, 69 and 4E. RGB value is (18,105,78). Sum of RGB (Red+Green+Blue) = 18+105+78=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 105 (41.41% from 255 or 52.24% from 201); Blue value is 78 (30.86% from 255 or 38.81% from 201); Max value from RGB is 105 - color contains mainly: green. Hex color #12694E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12694E is #ED96B1. Grayscale: #4B4B4B. Windows color (decimal): -15570610 or 5138706. OLE color: 5138706.

HSL color Cylindrical-coordinate representation of color #12694E: hue angle of 161.38º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12694E is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 105 78 -
CMYK 0.83 0 0.26 0.59
HSL 161.38º 0.71% 0.24% -
HSV(B) 161.38º 0.83% 0.41% -
XYZ 6.68 10.78 8.94 -
YUV 75.91 129.18 86.7 -
System Red Green Blue C M Y K H S L
Decimal 18 105 78 0.83 0 0.26 0.59 161.38 0.71 0.24
Hex 12 69 4E 53 0 1A 3B A1 47 18
Octal 22 151 116 123 0 32 73 241 107 30
Binary 10010 1101001 1001110 1010011 0 11010 111011 10100001 1000111 11000

Color Harmonies of #12694E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12694E

Black with #12694E

Text Example


Text Example

White with #12694E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,105,78); }

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

background-color css

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

 a { background-color: rgb(18,105,78); }

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

border-color css

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

 span { border-color: rgb(18,105,78); }

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