Html Css Color HEX #12684B Jewel

📋 copy color: '#12684B'

red 18 ◦ green 104 ◦ blue 75

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

Shades of Jewel #12684B

Tints of Jewel #12684B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 52.79%

 BLUE value IS 75 (29.69% from 255) = 38.07%

R = 9.14%
G = 52.79%
B = 38.07%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#12684B (or 0x12684B) is known color: Jewel. HEX triplet: 12, 68 and 4B. RGB value is (18,104,75). Sum of RGB (Red+Green+Blue) = 18+104+75=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 104 (41.02% from 255 or 52.79% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 104 - color contains mainly: green. Hex color #12684B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12684B is #ED97B4. Grayscale: #4B4B4B. Windows color (decimal): -15570869 or 4941842. OLE color: 4941842.

HSL color Cylindrical-coordinate representation of color #12684B: hue angle of 159.77º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12684B is Cyan = 0.83, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 104 75 -
CMYK 0.83 0 0.28 0.59
HSL 159.77º 0.7% 0.24% -
HSV(B) 159.77º 0.83% 0.41% -
XYZ 6.47 10.54 8.35 -
YUV 74.98 128.01 87.36 -
System Red Green Blue C M Y K H S L
Decimal 18 104 75 0.83 0 0.28 0.59 159.77 0.7 0.24
Hex 12 68 4B 53 0 1C 3B A0 46 18
Octal 22 150 113 123 0 34 73 240 106 30
Binary 10010 1101000 1001011 1010011 0 11100 111011 10100000 1000110 11000

Color Harmonies of #12684B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12684B

Black with #12684B

Text Example


Text Example

White with #12684B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12684B; }

 p { color: rgb(18,104,75); }

 H1.HeaderClassName
 {
   color: #12684B;
 }
 .AnyTagClassName
 {
   color: #12684B;
 }
</style>

background-color css

<style>
 a { background-color: #12684B; }

 a { background-color: rgb(18,104,75); }

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

border-color css

<style>
 span { border-color: #12684B; }

 span { border-color: rgb(18,104,75); }

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