Html Css Color HEX #12634C Jewel

📋 copy color: '#12634C'

red 18 ◦ green 99 ◦ blue 76

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

Shades of Jewel #12634C

Tints of Jewel #12634C

RGB

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

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

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

R = 9.33%
G = 51.3%
B = 39.38%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.23

 K value IS 0.61

RGB Variations

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

Color information

#12634C (or 0x12634C) is known color: Jewel. HEX triplet: 12, 63 and 4C. RGB value is (18,99,76). Sum of RGB (Red+Green+Blue) = 18+99+76=193 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.33% from 193); Green value is 99 (39.06% from 255 or 51.30% from 193); Blue value is 76 (30.08% from 255 or 39.38% from 193); Max value from RGB is 99 - color contains mainly: green. Hex color #12634C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12634C is #ED9CB3. Grayscale: #484848. Windows color (decimal): -15572148 or 5006098. OLE color: 5006098.

HSL color Cylindrical-coordinate representation of color #12634C: hue angle of 162.96º 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 #12634C is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB 18 99 76 -
CMYK 0.82 0 0.23 0.61
HSL 162.96º 0.69% 0.23% -
HSV(B) 162.96º 0.82% 0.39% -
XYZ 6.02 9.57 8.37 -
YUV 72.16 130.16 89.37 -
System Red Green Blue C M Y K H S L
Decimal 18 99 76 0.82 0 0.23 0.61 162.96 0.69 0.23
Hex 12 63 4C 52 0 17 3D A3 45 17
Octal 22 143 114 122 0 27 75 243 105 27
Binary 10010 1100011 1001100 1010010 0 10111 111101 10100011 1000101 10111

Color Harmonies of #12634C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12634C

Black with #12634C

Text Example


Text Example

White with #12634C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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