Html Css Color HEX #12614C Jewel

📋 copy color: '#12614C'

red 18 ◦ green 97 ◦ blue 76

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

Shades of Jewel #12614C

Tints of Jewel #12614C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 50.79%

 BLUE value IS 76 (30.08% from 255) = 39.79%

R = 9.42%
G = 50.79%
B = 39.79%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#12614C (or 0x12614C) is known color: Jewel. HEX triplet: 12, 61 and 4C. RGB value is (18,97,76). Sum of RGB (Red+Green+Blue) = 18+97+76=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 97 (38.28% from 255 or 50.79% from 191); Blue value is 76 (30.08% from 255 or 39.79% from 191); Max value from RGB is 97 - color contains mainly: green. Hex color #12614C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12614C is #ED9EB3. Grayscale: #464646. Windows color (decimal): -15572660 or 5005586. OLE color: 5005586.

HSL color Cylindrical-coordinate representation of color #12614C: hue angle of 164.05º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #12614C is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 97 76 -
CMYK 0.81 0 0.22 0.62
HSL 164.05º 0.69% 0.23% -
HSV(B) 164.05º 0.81% 0.38% -
XYZ 5.83 9.2 8.31 -
YUV 70.99 130.83 90.21 -
System Red Green Blue C M Y K H S L
Decimal 18 97 76 0.81 0 0.22 0.62 164.05 0.69 0.23
Hex 12 61 4C 51 0 16 3E A4 45 17
Octal 22 141 114 121 0 26 76 244 105 27
Binary 10010 1100001 1001100 1010001 0 10110 111110 10100100 1000101 10111

Color Harmonies of #12614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12614C

Black with #12614C

Text Example


Text Example

White with #12614C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12614C; }

 p { color: rgb(18,97,76); }

 H1.HeaderClassName
 {
   color: #12614C;
 }
 .AnyTagClassName
 {
   color: #12614C;
 }
</style>

background-color css

<style>
 a { background-color: #12614C; }

 a { background-color: rgb(18,97,76); }

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

border-color css

<style>
 span { border-color: #12614C; }

 span { border-color: rgb(18,97,76); }

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