Html Css Color HEX #12624A Jewel

📋 copy color: '#12624A'

red 18 ◦ green 98 ◦ blue 74

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

Shades of Jewel #12624A

Tints of Jewel #12624A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 51.58%

 BLUE value IS 74 (29.3% from 255) = 38.95%

R = 9.47%
G = 51.58%
B = 38.95%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#12624A (or 0x12624A) is known color: Jewel. HEX triplet: 12, 62 and 4A. RGB value is (18,98,74). Sum of RGB (Red+Green+Blue) = 18+98+74=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 98 (38.67% from 255 or 51.58% from 190); Blue value is 74 (29.30% from 255 or 38.95% from 190); Max value from RGB is 98 - color contains mainly: green. Hex color #12624A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12624A is #ED9DB5. Grayscale: #474747. Windows color (decimal): -15572406 or 4874770. OLE color: 4874770.

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

Color convert

RGB 18 98 74 -
CMYK 0.82 0 0.24 0.62
HSL 162º 0.69% 0.23% -
HSV(B) 162º 0.82% 0.38% -
XYZ 5.85 9.36 7.98 -
YUV 71.34 129.5 89.95 -
System Red Green Blue C M Y K H S L
Decimal 18 98 74 0.82 0 0.24 0.62 162 0.69 0.23
Hex 12 62 4A 52 0 18 3E A2 45 17
Octal 22 142 112 122 0 30 76 242 105 27
Binary 10010 1100010 1001010 1010010 0 11000 111110 10100010 1000101 10111

Color Harmonies of #12624A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12624A

Black with #12624A

Text Example


Text Example

White with #12624A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12624A; }

 p { color: rgb(18,98,74); }

 H1.HeaderClassName
 {
   color: #12624A;
 }
 .AnyTagClassName
 {
   color: #12624A;
 }
</style>

background-color css

<style>
 a { background-color: #12624A; }

 a { background-color: rgb(18,98,74); }

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

border-color css

<style>
 span { border-color: #12624A; }

 span { border-color: rgb(18,98,74); }

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