Html Css Color HEX #12614D Jewel

📋 copy color: '#12614D'

red 18 ◦ green 97 ◦ blue 77

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

Shades of Jewel #12614D

Tints of Jewel #12614D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 40.1%

R = 9.38%
G = 50.52%
B = 40.1%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#12614D (or 0x12614D) is known color: Jewel. HEX triplet: 12, 61 and 4D. RGB value is (18,97,77). Sum of RGB (Red+Green+Blue) = 18+97+77=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 97 (38.28% from 255 or 50.52% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 97 - color contains mainly: green. Hex color #12614D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12614D is #ED9EB2. Grayscale: #474747. Windows color (decimal): -15572659 or 5071122. OLE color: 5071122.

HSL color Cylindrical-coordinate representation of color #12614D: hue angle of 164.81º 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 #12614D is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 97 77 -
CMYK 0.81 0 0.21 0.62
HSL 164.81º 0.69% 0.23% -
HSV(B) 164.81º 0.81% 0.38% -
XYZ 5.86 9.21 8.49 -
YUV 71.1 131.33 90.13 -
System Red Green Blue C M Y K H S L
Decimal 18 97 77 0.81 0 0.21 0.62 164.81 0.69 0.23
Hex 12 61 4D 51 0 15 3E A5 45 17
Octal 22 141 115 121 0 25 76 245 105 27
Binary 10010 1100001 1001101 1010001 0 10101 111110 10100101 1000101 10111

Color Harmonies of #12614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12614D

Black with #12614D

Text Example


Text Example

White with #12614D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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