Html Css Color HEX #12634D Jewel

📋 copy color: '#12634D'

red 18 ◦ green 99 ◦ blue 77

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

Shades of Jewel #12634D

Tints of Jewel #12634D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 51.03%

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

R = 9.28%
G = 51.03%
B = 39.69%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.22

 K value IS 0.61

RGB Variations

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

Color information

#12634D (or 0x12634D) is known color: Jewel. HEX triplet: 12, 63 and 4D. RGB value is (18,99,77). Sum of RGB (Red+Green+Blue) = 18+99+77=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 99 (39.06% from 255 or 51.03% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 99 - color contains mainly: green. Hex color #12634D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12634D is #ED9CB2. Grayscale: #484848. Windows color (decimal): -15572147 or 5071634. OLE color: 5071634.

HSL color Cylindrical-coordinate representation of color #12634D: hue angle of 163.7º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12634D is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB 18 99 77 -
CMYK 0.82 0 0.22 0.61
HSL 163.7º 0.69% 0.23% -
HSV(B) 163.7º 0.82% 0.39% -
XYZ 6.05 9.59 8.55 -
YUV 72.27 130.66 89.29 -
System Red Green Blue C M Y K H S L
Decimal 18 99 77 0.82 0 0.22 0.61 163.7 0.69 0.23
Hex 12 63 4D 52 0 16 3D A4 45 17
Octal 22 143 115 122 0 26 75 244 105 27
Binary 10010 1100011 1001101 1010010 0 10110 111101 10100100 1000101 10111

Color Harmonies of #12634D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12634D

Black with #12634D

Text Example


Text Example

White with #12634D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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