Html Css Color HEX #12654C Jewel

📋 copy color: '#12654C'

red 18 ◦ green 101 ◦ blue 76

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

Shades of Jewel #12654C

Tints of Jewel #12654C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 51.79%

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

R = 9.23%
G = 51.79%
B = 38.97%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.25

 K value IS 0.60

RGB Variations

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

Color information

#12654C (or 0x12654C) is known color: Jewel. HEX triplet: 12, 65 and 4C. RGB value is (18,101,76). Sum of RGB (Red+Green+Blue) = 18+101+76=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 101 (39.84% from 255 or 51.79% from 195); Blue value is 76 (30.08% from 255 or 38.97% from 195); Max value from RGB is 101 - color contains mainly: green. Hex color #12654C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12654C is #ED9AB3. Grayscale: #494949. Windows color (decimal): -15571636 or 5006610. OLE color: 5006610.

HSL color Cylindrical-coordinate representation of color #12654C: hue angle of 161.93º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12654C is Cyan = 0.82, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 101 76 -
CMYK 0.82 0 0.25 0.60
HSL 161.93º 0.7% 0.23% -
HSV(B) 161.93º 0.82% 0.4% -
XYZ 6.21 9.96 8.43 -
YUV 73.33 129.5 88.53 -
System Red Green Blue C M Y K H S L
Decimal 18 101 76 0.82 0 0.25 0.60 161.93 0.7 0.23
Hex 12 65 4C 52 0 19 3C A2 46 17
Octal 22 145 114 122 0 31 74 242 106 27
Binary 10010 1100101 1001100 1010010 0 11001 111100 10100010 1000110 10111

Color Harmonies of #12654C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12654C

Black with #12654C

Text Example


Text Example

White with #12654C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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